deploy-initial: handle fstab split

This commit is contained in:
Daniel Micay 2025-04-05 09:56:59 -04:00
parent 38db9327be
commit 9254dead0d

View file

@ -34,7 +34,8 @@ 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 fstab locale.conf mkinitcpio.conf pacman.conf pacreport.conf resolv.conf $remote:/mnt/etc/
rsync -cpv --chmod=644 fstab.virtual $remote:/mnt/etc/fstab
rsync -cpv --chmod=644 crypttab locale.conf mkinitcpio.conf pacman.conf pacreport.conf resolv.conf $remote:/mnt/etc/
rsync -cv unbound.conf $remote:/mnt/etc/unbound/unbound.conf