码迷,mamicode.com
首页 > 其他好文 > 详细

remastersys修改默认选项

时间:2014-08-19 14:15:14      阅读:187      评论:0      收藏:0      [点我收藏+]

标签:http   color   for   ar   art   linux   ef   on   

1、vim /etc/remastersys/isolinux/isolinux.cfg.vesamenu

default vesamenu.c32
prompt 0
timeout 100

menu title __LIVECDLABEL__
menu background splash.png
menu color title 1;37;44 #c0ffffff #00000000 std

label live
menu label live - boot the Live System
kernel /casper/vmlinuz
append file=/cdrom/preseed/custom.seed boot=casper initrd=/casper/initrd.gz quiet splash --

label xforcevesa
menu label xforcevesa - boot Live in safe graphics mode
kernel /casper/vmlinuz
append file=/cdrom/preseed/custom.seed boot=casper xforcevesa initrd=/casper/initrd.gz quiet splash --

label install
menu default
menu label install - start the installer directly
kernel /casper/vmlinuz
append file=/cdrom/preseed/custom.seed boot=casper only-ubiquity initrd=/casper/initrd.gz quiet splash --

label memtest
menu label memtest - Run memtest
kernel /install/memtest
append -

label hd
menu label hd - boot the first hard disk
localboot 0x80
append -

 

2、可以调整顺序,删除不必要项,或者在想要设置为默认项的选项内加上 menu default

3、重新打包

见链接:http://www.remastersys.com/forums/index.php?topic=2176.0

remastersys修改默认选项,布布扣,bubuko.com

remastersys修改默认选项

标签:http   color   for   ar   art   linux   ef   on   

原文地址:http://www.cnblogs.com/wangzhigang/p/3921923.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!