From 70551e5405c8f6ed24fb82e66c554aba5a0d57a2 Mon Sep 17 00:00:00 2001 From: Amy Date: Tue, 2 Nov 2021 20:38:45 +0100 Subject: [PATCH] ofc id mess up something --- citrine.internal.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/citrine.internal.sh b/citrine.internal.sh index 832ccc1..94fc4eb 100755 --- a/citrine.internal.sh +++ b/citrine.internal.sh @@ -150,7 +150,7 @@ if [[ "$MANUAL" == "no" ]]; then else inf "Initializing ${DISK} as NVME MBR" mkfs.btrfs ${DISK}p1 - mount ${DISK}1 /mnt + mount ${DISK}p1 /mnt cd /mnt btrfs subvolume create @ btrfs subvolume create @home @@ -168,7 +168,7 @@ if [[ "$MANUAL" == "no" ]]; then inf "Initializing ${DISK} as EFI" mkfs.vfat -F32 ${DISK}1 mkfs.btrfs ${DISK}2 - mount ${DISK}1 /mnt + mount ${DISK}2 /mnt cd /mnt btrfs subvolume create @ btrfs subvolume create @home