hellin 发表于 2015-06-09 13:37

怎也做这种启动模式,文件系统是个文件,在原文件系统上。

怎也做这种启动模式,文件系统是个文件,在原文件系统上。
------------------------------------------------------
/sda1(9b6a3a16-1ed2-4358-be11-6579efc79024)
├── boot
│   ├── grub
│   │   ├── e2fs_stage1_5
│   │   ├── fat_stage1_5
│   │   ├── iso9660_stage1_5
│   │   ├── menu.lst
│   │   ├── reiserfs_stage1_5
│   │   ├── stage1
│   │   ├── stage2
│   │   ├── stage2_eltorito
│   │   └── xfs_stage1_5
│   ├── initrd.img
│   └── vmlinuz
└── wifios_rootfs.bin

menu.lst

timeout 3
default 0
fallback 1
color cyan/blue white/blue

title WiFiOS1.0 stable
    root (hd0,0)
    kernel /boot/vmlinuz root=9b6a3a16-1ed2-4358-be11-6579efc79024 console=ttyS0,38400 console=tty0
    initrd /boot/initrd.img
--------------------------------------------------------------

hellin 发表于 2015-06-09 13:38

参见附件中图

hellin 发表于 2015-06-12 16:37

top top top top

hellin 发表于 2015-06-23 10:52

top top top

hellin 发表于 2015-07-24 13:10

top top top
页: [1]
查看完整版本: 怎也做这种启动模式,文件系统是个文件,在原文件系统上。