mirror of
https://github.com/krislamo/preseed
synced 2025-01-05 15:20:34 +00:00
Remove comments
This commit is contained in:
parent
012d3efe3d
commit
1fa7efe89a
@ -125,8 +125,6 @@ d-i grub-installer/bootdev string /dev/vda
|
|||||||
d-i finish-install/reboot_in_progress note
|
d-i finish-install/reboot_in_progress note
|
||||||
|
|
||||||
# Just before install finishes, install SSH keys into root
|
# Just before install finishes, install SSH keys into root
|
||||||
# ethdev=$(ip a | grep -e "^2" | awk '{print substr($2, 1, length($2)-1)}'); \
|
|
||||||
# ssh-keygen -l -f /target/etc/ssh/ssh_host_ecdsa_key.pub >> /target/etc/issue;
|
|
||||||
d-i preseed/late_command string \
|
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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user