dsf
This commit is contained in:
parent
246ab566f2
commit
2a65f7c28d
@ -67,8 +67,8 @@ 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)
|
||||
SWAP=$(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)
|
||||
SWAP=$(blkid | grep $HARD_DISK | sort | cut -d ":" -f1 | head -2 | tail -1)
|
||||
BTRFS=$(blkid | grep $HARD_DISK | sort | cut -d ":" -f1 | head -3 | tail -1)
|
||||
}
|
||||
partitionDetection
|
||||
create-os-snapshots() {
|
||||
|
Loading…
Reference in New Issue
Block a user