Changes between Version 26 and Version 27 of linux/debootstrap-install


Ignore:
Timestamp:
2020-06-17T05:59:30Z (4 years ago)
Author:
root
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • linux/debootstrap-install

    v26 v27  
    4848EOF
    4949mkdir -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
     51scp -o StrictHostKeyChecking=no -o IPQoS=throughput 192.168.77.114:/home/raven/.ssh/authorized_keys /mnt/root/.ssh/
    5152echo xpsvic > /mnt/etc/hostname
    5253cat <<EOF > /mnt/etc/default/grub.d/net-ifnames.cfg