From 9254dead0d6d1e951ea9d2bca8bb941c03399ab0 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sat, 5 Apr 2025 09:56:59 -0400 Subject: [PATCH] deploy-initial: handle fstab split --- deploy-initial | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deploy-initial b/deploy-initial index b201834..d57d699 100755 --- a/deploy-initial +++ b/deploy-initial @@ -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