8

Another pressed config to find here .. auto reboot after installation

enter image description here

ish
  • 141,990
daisy
  • 6,712

2 Answers2

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
  • 141,990
2
# Avoid that last message about the install being complete.
d-i finish-install/reboot_in_progress note
Rahul Virpara
  • 11,860