我已经重新掌握了一个普通的桌面amd64,你可以正式下载。
对于isolinux/isolinux.cfg的以下内容,预置效果很好:
default live
label live
menu label ^Start Kubuntu
kernel /casper/vmlinuz.efi
append file=/cdrom/preseed/kubuntu.seed boot=casper noninteractive initrd=/casper/initrd.lz quiet splash --但是最后,预置的poweroff (/exit/poweroff boolean )并没有发生,而是在安装程序完成后桌面会话启动。
我尝试过设置以下预置选项的各种组合,但始终在结束时启动桌面会话:
d-i finish-install/reboot_in_progress note
d-i debian-installer/exit/halt boolean true
d-i debian-installer/exit/poweroff boolean true信息:我已经把所有的预制株都插入到了预种/kubuntu.eed中。
发布于 2014-06-08 12:18:58
好的,我找到了解决方案,下面的键解决了问题:
ubiquity ubiquity/reboot boolean true
ubiquity ubiquity/poweroff boolean truehttps://askubuntu.com/questions/478227
复制相似问题