|
|
4#

楼主 |
发表于 2011-5-30 16:27:01
|
只看该作者
stdmenu.cfg
复制代码
txt.cfg
- default live
- label live
- menu label ^Try Ubuntu without installing
- kernel /casper/vmlinuz
- append file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.lz quiet splash --
- label live-install
- menu label ^Install Ubuntu
- kernel /casper/vmlinuz
- append file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity initrd=/casper/initrd.lz quiet splash --
- label check
- menu label ^Check disc for defects
- kernel /casper/vmlinuz
- append boot=casper integrity-check initrd=/casper/initrd.lz quiet splash --
- label memtest
- menu label Test ^memory
- kernel /install/mt86plus
- label hd
- menu label ^Boot from first hard disk
- localboot 0x80
复制代码
gfxboot.cfg
- foreground=0xFFFFFF
- background=0x958490
- screen-colour=0x270A1E
- hidden-timeout=2
- label normal=Normal
- append normal=
- label driverupdates=Use driver update disc
- append driverupdates=debian-installer/driver-update=true
- applies driverupdates=live live-install
- label oem=OEM install (for manufacturers)
- append oem=oem-config/enable=true
- applies oem=live live-install install
复制代码 |
|