default:
default harddisk
# hard disk
label harddisk
localboot 0x80
# install
label linux
kernel linux
append initrd=initrd autoyst=ftp://10.10.132.93/suse11/autoins.xml install=ftp://10.10.132.93/sue11 splash=silent showopts
# repair
label repair
kernel linux
append initrd=initrd splash=silent repair=1 showopts
# rescue
label rescue
kernel linux
append initrd=initrd splash=silent rescue=1 showopts
# mediacheck
label mediachk
kernel linux
append initrd=initrd splash=silent mediacheck=1 showopts
# bios test
label firmware
kernel linux
append initrd=biostest,initrd splash=silent install=exec:/bin/run_biostest showopts
# memory test
label memtest
kernel memtest
autoinst.xml:
文件位置:
[root@localhost suse11]# cd boot/
[root@localhost boot]# ls
initrd-3.0.76-0.11-default message vmlinuz-3.0.76-0.11-default
initrd-3.0.76-0.11-default-kdump vmlinux-3.0.76-0.11-default.gz
[root@localhost boot]#