ofc id mess up something

pull/3/head
Amy 3 years ago
parent 4de617e8d1
commit 70551e5405
No known key found for this signature in database
GPG Key ID: 6672E6DD65BEA50B

@ -150,7 +150,7 @@ if [[ "$MANUAL" == "no" ]]; then
else else
inf "Initializing ${DISK} as NVME MBR" inf "Initializing ${DISK} as NVME MBR"
mkfs.btrfs ${DISK}p1 mkfs.btrfs ${DISK}p1
mount ${DISK}1 /mnt mount ${DISK}p1 /mnt
cd /mnt cd /mnt
btrfs subvolume create @ btrfs subvolume create @
btrfs subvolume create @home btrfs subvolume create @home
@ -168,7 +168,7 @@ if [[ "$MANUAL" == "no" ]]; then
inf "Initializing ${DISK} as EFI" inf "Initializing ${DISK} as EFI"
mkfs.vfat -F32 ${DISK}1 mkfs.vfat -F32 ${DISK}1
mkfs.btrfs ${DISK}2 mkfs.btrfs ${DISK}2
mount ${DISK}1 /mnt mount ${DISK}2 /mnt
cd /mnt cd /mnt
btrfs subvolume create @ btrfs subvolume create @
btrfs subvolume create @home btrfs subvolume create @home

Loading…
Cancel
Save