From 96d8b6023dfcd6a4534546f35c5f080acabc1695 Mon Sep 17 00:00:00 2001 From: Kris Lamoureux Date: Tue, 25 Feb 2020 01:20:07 -0500 Subject: [PATCH] Poweroff --- vmseed.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vmseed.txt b/vmseed.txt index b7f924f..aba3e10 100644 --- a/vmseed.txt +++ b/vmseed.txt @@ -130,3 +130,6 @@ d-i preseed/late_command string \ mkdir -p /target/root/.ssh; \ wget -O /target/root/.ssh/authorized_keys \ https://raw.githubusercontent.com/krislamo/bootstrap/master/authorized_keys; + +# Poweroff instead of restarting +d-i debian-installer/exit/poweroff boolean true