diff --git a/vmseed.txt b/vmseed.txt index da683aa..8b97faa 100644 --- a/vmseed.txt +++ b/vmseed.txt @@ -433,7 +433,6 @@ d-i finish-install/reboot_in_progress note # packages and run commands in the target system. #d-i preseed/late_command string apt-install zsh; in-target chsh -s /bin/zsh d-i preseed/late_command string \ - mkdir -p /target/home/kris/.ssh; \ - wget -O /target/home/kris/.ssh/authorized_keys \ - https://raw.githubusercontent.com/krislamo/bootstrap/master/authorized_keys; \ - in-target chown kris:kris /target/home/kris/.ssh/authorized_keys; + mkdir -p /target/root/.ssh; \ + wget -O /target/root/.ssh/authorized_keys \ + https://raw.githubusercontent.com/krislamo/bootstrap/master/authorized_keys;