我已经重新制作了普通桌面 amd64 iso,您可以正式下载。
使用下列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 --
但最终预设的关机(di debian-installer/exit/poweroff boolean true)并没有发生,而是在安装程序完成时启动了桌面会话。
我尝试设置以下预置选项的各种组合,但最终它总是启动桌面会话:
d-i finish-install/reboot_in_progress note
d-i debian-installer/exit/halt boolean true
d-i debian-installer/exit/poweroff boolean true
信息:我已将所有预置行插入到 preseed/kubuntu.seed 中
答案1
好的,我找到了解决方案,以下步骤可以解决问题:
ubiquity ubiquity/reboot boolean true
ubiquity ubiquity/poweroff boolean true