This commit is contained in:
dataprolet 2024-10-08 21:23:21 +02:00
parent 50b1ae7bad
commit 99eadd59c0
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ echo
echo "Mounting.."
mount -o autodefrag,compress=zstd:3,subvol=root "/dev/mapper/main" "/mnt"
mkdir "/mnt/home "
mkdir "/mnt/home"
mount -o autodefrag,compress=zstd:3,subvol=home "/dev/mapper/main" "/mnt/home"
mkdir "/mnt/boot"
mount "/dev/${boot}" "/mnt/boot"