From 662395c5ce9690ded7a60ac8018c8247c7decfbd Mon Sep 17 00:00:00 2001 From: Amy Date: Sun, 12 Dec 2021 19:14:30 +0000 Subject: [PATCH] fix automatic partitioning error with non nvme on efi --- citrine.internal.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/citrine.internal.sh b/citrine.internal.sh index 9182505..3e11722 100755 --- a/citrine.internal.sh +++ b/citrine.internal.sh @@ -167,9 +167,9 @@ if [[ "$MANUAL" == "no" ]]; then btrfs subvolume create @home cd / umount /mnt - mount -o subvol=@ /dev/${DISK}2 /mnt + mount -o subvol=@ ${DISK}2 /mnt mkdir -p /mnt/{boot/efi,home} - mount -o subvol=@home /dev/${DISK}2 /mnt/home + mount -o subvol=@home ${DISK}2 /mnt/home mount ${DISK}1 /mnt/boot/efi else inf "Initializing ${DISK} as MBR"