0
我把這些放在我的預定腳本中,但仍然看到這個對話框。我怎樣才能禁用這個對話框?如何跳過這個對話框使用preseed?
d-i debian-installer/locale string en_US
d-i console-setup/ask_detect boolean false
d-i keyboard-configuration/layoutcode string us
我把這些放在我的預定腳本中,但仍然看到這個對話框。我怎樣才能禁用這個對話框?如何跳過這個對話框使用preseed?
d-i debian-installer/locale string en_US
d-i console-setup/ask_detect boolean false
d-i keyboard-configuration/layoutcode string us
終於想通了我自己,要添加標誌(鍵盤配置/ layoutcode = US)的地方是在籽粒參數不是預置文件
label scilent
menu label ^Silent Install
kernel /install/vmlinuz
append keyboard-configuration/layoutcode=us console-setup/ask_detect=false preseed/file=/cdrom/preseed/my.cfg debian-installer/locale=en_US console-setup/layoutcode=us initrd=/install/initrd.gz ramdisk_size=16384 root=/dev/ram rw quiet --