From 293efacfce3f9d5c7f73fce81ffe95cf65f3ab15 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 23 Jan 2021 23:00:27 -0700 Subject: [PATCH] halt --- preseed.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/preseed.cfg b/preseed.cfg index 3e796ec..f32f52a 100644 --- a/preseed.cfg +++ b/preseed.cfg @@ -404,9 +404,9 @@ d-i finish-install/reboot_in_progress note # 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 +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