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