mirror of
https://github.com/krislamo/preseed
synced 2025-01-05 15:20:34 +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; \
|
mkdir -p /target/root/.ssh; \
|
||||||
wget -O /target/root/.ssh/authorized_keys \
|
wget -O /target/root/.ssh/authorized_keys \
|
||||||
https://raw.githubusercontent.com/krislamo/bootstrap/master/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