|
4#
楼主 |
发表于 2011-5-30 16:27:01
|
只看该作者
stdmenu.cfg
- menu background splash.png
- menu color title * #FFFFFFFF *
- menu color border * #00000000 #00000000 none
- menu color sel * #ffffffff #76a1d0ff *
- menu color hotsel 1;7;37;40 #ffffffff #76a1d0ff *
- menu color tabmsg * #ffffffff #00000000 *
- menu color help 37;40 #ffdddd00 #00000000 none
- menu vshift 12
- menu rows 10
- menu helpmsgrow 15
- # The command line must be at least one line from the bottom.
- menu cmdlinerow 16
- menu timeoutrow 16
- menu tabmsgrow 18
- menu tabmsg Press ENTER to boot or TAB to edit a menu entry
复制代码
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
复制代码 |
|