mirror of
https://github.com/krislamo/preseed
synced 2024-12-16 08:00:35 +00:00
Poweroff
This commit is contained in:
parent
a8bf76e8f9
commit
96d8b6023d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user