Changes between Version 26 and Version 27 of linux/debootstrap-install
- Timestamp:
- 2020-06-17T05:59:30Z (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
linux/debootstrap-install
v26 v27 48 48 EOF 49 49 mkdir -vp /mnt/root/.ssh/ /mnt/etc/default/grub.d/ 50 scp -o StrictHostKeyChecking=no 192.168.77.114:/home/raven/.ssh/authorized_keys /mnt/root/.ssh/ 50 # https://www.devdungeon.com/content/fix-broken-pipe-error-ssh-connection-fedoravmware 51 scp -o StrictHostKeyChecking=no -o IPQoS=throughput 192.168.77.114:/home/raven/.ssh/authorized_keys /mnt/root/.ssh/ 51 52 echo xpsvic > /mnt/etc/hostname 52 53 cat <<EOF > /mnt/etc/default/grub.d/net-ifnames.cfg