X-Git-Url: https://iankelling.org/git/?p=automated-distro-installer;a=blobdiff_plain;f=arch-pxe;h=78205442c62e4b3fe9f1623e43ce6f3c6cf1d31d;hp=52885b32138928b9330c941396a4c4f655482f96;hb=5ccaac3779f6bcf991e6ab0f7d545b37e3a4db63;hpb=5f680f6bea2faae10ca8e5ccea0d08d18ccc9aa1 diff --git a/arch-pxe b/arch-pxe index 52885b3..7820544 100755 --- a/arch-pxe +++ b/arch-pxe @@ -64,7 +64,7 @@ s rm -rf squashfs-root # remove any existing folder s unsquashfs $sfs s mkdir -p squashfs-root/root/.ssh s chmod 755 squashfs-root/root/.ssh -s cp ~/.ssh/id_rsa.pub squashfs-root/root/.ssh/authorized_keys +s cp ~/.ssh/home.pub squashfs-root/root/.ssh/authorized_keys s cp $script_dir/arch-iso-init squashfs-root/root s rm $sfs