diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-09-06 16:08:45 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-09-06 16:08:45 +0200 |
commit | c597fd3d3df65f20980f470ccd1b861555989a8f (patch) | |
tree | 4f59d635c834809bf8a8edf4ce5aa80d87bbfbb1 /cryptinstall | |
parent | be1bc7f63409871753bac549cffd855a2a89786f (diff) |
Fix /boot chroot mount
Diffstat (limited to 'cryptinstall')
-rwxr-xr-x | cryptinstall | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptinstall b/cryptinstall index 9cc2130..5f35ac5 100755 --- a/cryptinstall +++ b/cryptinstall @@ -34,7 +34,7 @@ umount /btrfs mount -o compress=zstd,subvol=/root /dev/mapper/root_crypt /mnt mkdir /mnt/boot -mount /dev/mapper/sda1_crypt /mnt/boot +mount /dev/mapper/boot_crypt /mnt/boot # # Continue Installation |