daisy Asked: 2012-05-28 00:04:11 +0800 CST2012-05-28 00:04:11 +0800 CST 2012-05-28 00:04:11 +0800 CST Which debconf preseed option to auto reboot after installation? 772 Another pressed config to find here .. auto reboot after installation preseed 2 Answers Voted Best Answer ish 2012-05-28T00:16:48+08:002012-05-28T00:16:48+08:00 d-i finish-install/reboot_in_progress note Alternately, to halt instead of reboot: d-i debian-installer/exit/halt boolean true To shutdown instead: d-i debian-installer/exit/poweroff boolean true Rahul Virpara 2012-05-28T00:21:24+08:002012-05-28T00:21:24+08:00 # Avoid that last message about the install being complete. d-i finish-install/reboot_in_progress note
d-i finish-install/reboot_in_progress note
Alternately, to halt instead of reboot:
d-i debian-installer/exit/halt boolean true
To shutdown instead:
d-i debian-installer/exit/poweroff boolean true