This commit is contained in:
Your Name 2024-07-26 00:01:17 -06:00
parent 873e723883
commit f49ba0699d

View File

@ -43,7 +43,7 @@ SSID='123456'
WIRELESS_INTERFACE='wlan0'
DISK_PASSWORD='123456'
COMPRESSION='compress=zstd:10'
AUTO_DECRYPT='True'
AUTO_DECRYPT='False'
FLATPAKS+=(io.exodus.Exodus us.zoom.Zoom)
DESKTOP="GNOME"
BROWSER="librewolf"
@ -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=sys/* --exclude=dev/* --exclude=proc/* --exclude=run/* $TARGET/
fstab
cp -f $SCRIPT/debian.sh $TARGET/usr/bin/
systemMounts