This commit is contained in:
Your Name 2024-02-17 16:14:53 -07:00
parent 41cc3339a0
commit 2edb271dc5

View File

@ -66,7 +66,7 @@ MASKED_PACKAGES+=(media-video/ffmpeg net-im/element-desktop-bin games-util/game-
partitionDetection() {
#This is used for the installer to do script-based actions
EFI=$(blkid | grep $HARD_DISK | sort | cut -d ":" -f1 | head -1 | tail -1)
BTRFS=$(blkid | grep $HARD_DISK | sort | cut -d ":" -f1 | head -3 | tail -1)
BTRFS=$(blkid | grep $HARD_DISK | sort | cut -d ":" -f1 | head -2 | tail -1)
}
partitionDetection
create-os-snapshots() {