2021-11-03 23:37:39

This commit is contained in:
gbaconni
2021-11-03 23:37:39 +01:00
parent 961302cb8b
commit d4a9cb24df
2 changed files with 29 additions and 9 deletions

View File

@@ -483,13 +483,13 @@ d-i finish-install/reboot_in_progress note
# This will prevent the installer from ejecting the CD during the reboot,
# which is useful in some situations.
#d-i cdrom-detect/eject boolean false
d-i cdrom-detect/eject boolean false
# This is how to make the installer shutdown when finished, but not
# reboot into the installed system.
#d-i debian-installer/exit/halt boolean true
# This will power off the machine instead of just halting it.
#d-i debian-installer/exit/poweroff boolean true
d-i debian-installer/exit/poweroff boolean true
### Preseeding other packages
# Depending on what software you choose to install, or if things go wrong