1
0
mirror of https://github.com/krislamo/preseed synced 2025-09-07 19:09:31 +00:00
This commit is contained in:
2020-02-25 01:20:07 -05:00
parent a8bf76e8f9
commit 96d8b6023d

View File

@@ -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