Fix typo
This commit is contained in:
parent
50b1ae7bad
commit
99eadd59c0
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue