Archived
1
1

fix boot partition

This commit is contained in:
Mats van Reenen
2022-09-09 20:57:38 +02:00
committed by GitHub
parent abe121d01b
commit 04f04dd780

View File

@@ -101,8 +101,8 @@ run "create root btrfs subvolume" "btrfs subvolume create /mnt/@"
run "create home btrfs subvolume" "btrfs subvolume create /mnt/@home"
run "unmount btrfs" "umount /mnt"
run "mount root subvolume" "mount -o subvol=@ /dev/mapper/cryptroot /mnt"
run "make root directorys" "mkdir -p /mnt/root /mnt/home"
run "mount boot partition" "mount ${DISK}1 /mnt/root"
run "make root directorys" "mkdir -p /mnt/boot/efi /mnt/home"
run "mount boot partition" "mount ${DISK}1 /mnt/boot/efi"
run "mount home subvolume" "mount -o subvol=@home /dev/mapper/cryptroot /mnt/home"
run "enable swap" "swapon ${DISK}2"