deploy-initial-vps: handle mkinitcpio.conf split

This commit is contained in:
Daniel Micay 2025-11-09 17:54:51 -05:00
parent cae80e26ab
commit 8c57177aef

View file

@ -39,7 +39,8 @@ rsync etc/systemd/network/$host.link $remote:/mnt/etc/systemd/network/10-public.
rsync etc/systemd/network/$host.network $remote:/mnt/etc/systemd/network/10-public.network rsync etc/systemd/network/$host.network $remote:/mnt/etc/systemd/network/10-public.network
rsync etc/fstab.virtual $remote:/mnt/etc/fstab rsync etc/fstab.virtual $remote:/mnt/etc/fstab
rsync etc/{crypttab,locale.conf,mkinitcpio.conf,pacman.conf,pacreport.conf,resolv.conf} $remote:/mnt/etc/ rsync etc/{crypttab,locale.conf,pacman.conf,pacreport.conf,resolv.conf} $remote:/mnt/etc/
rsync etc/mkinitcpio.conf.simple $remote:/mnt/etc/mkinitcpio.conf
rsync etc/unbound/unbound.conf $remote:/mnt/etc/unbound/unbound.conf rsync etc/unbound/unbound.conf $remote:/mnt/etc/unbound/unbound.conf