drop unmodified hosts file

This commit is contained in:
Daniel Micay 2024-06-19 11:49:13 -04:00
parent 54181d3031
commit 4c52595bfd
2 changed files with 1 additions and 3 deletions

View File

@ -30,7 +30,7 @@ ssh $remote "echo $hostname >/mnt/etc/hostname"
rsync -cpv --chmod=644 systemd/network/$host.link $remote:/mnt/etc/systemd/network/10-public.link
rsync -cpv --chmod=644 systemd/network/$host.network $remote:/mnt/etc/systemd/network/10-public.network
rsync -cpv --chmod=644 crypttab environment fstab hosts locale.conf pacman.conf pacreport.conf resolv.conf $remote:/mnt/etc/
rsync -cpv --chmod=644 crypttab environment fstab locale.conf pacman.conf pacreport.conf resolv.conf $remote:/mnt/etc/
rsync -cv grub $remote:/mnt/etc/default/grub
ssh $remote "arch-chroot /mnt grub-install /dev/$drive"

2
hosts
View File

@ -1,2 +0,0 @@
# Static table lookup for hostnames.
# See hosts(5) for details.