1
0
mirror of https://github.com/krislamo/preseed synced 2024-09-20 04:30:36 +00:00
This commit is contained in:
Kris Lamoureux 2020-02-25 01:20:07 -05:00
parent a8bf76e8f9
commit 96d8b6023d
Signed by: kris
GPG Key ID: 3EDA9C3441EDA925

View File

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