Another pressed config to find here .. auto reboot after installation
Asked
Active
Viewed 8,367 times
2 Answers
14
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
ish
- 142,198
-
Is there a complete reference to these variables anywhere? – Hugh W Nov 23 '17 at 17:06
-
Yes: https://unix.stackexchange.com/questions/209482/where-can-i-find-an-index-of-preseed-options . My preferred answer was debconf-get-selections --installer – Francesc Guasch Jun 08 '18 at 10:50
-
1Debian preseed configuration has bad documentation. To find syntax like this you need to have professional skill to find scattered information on the internet. – MaXi32 Apr 08 '21 at 03:28
2
# Avoid that last message about the install being complete.
d-i finish-install/reboot_in_progress note
Rahul Virpara
- 11,880