From a2ceb9978c78439ae5f5c2b62ea63b349a2ba1b4 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 29 Jul 2024 19:51:03 -0600 Subject: [PATCH] fix --- debian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian.sh b/debian.sh index 0bfeea9..d2d1f9d 100755 --- a/debian.sh +++ b/debian.sh @@ -169,7 +169,7 @@ live-os-restore() { LIVE_OS_SUBVOL="@$(mount | grep -i ' / ' | cut -d '@' -f2 | sed 's/)//g')" mount $LIVE_OS_DM /tmp/live cd /tmp/live/$LIVE_OS_SUBVOL - rsync -a --delete . --exclude=sys/* --exclude=dev/* --exclude=proc/* --exclude=run/* $TARGET/ + rsync -a --delete . --exclude=home/* --exclude=sys/* --exclude=dev/* --exclude=proc/* --exclude=run/* $TARGET/ fstab cp -f $SCRIPT/debian.sh $TARGET/usr/bin/ systemMounts