Correct missing pointpoint for prepare_subvolumes
This commit is contained in:
parent
ce6717fc00
commit
4dc3e37dc4
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ function create_subvolumes() {
|
|||
subvols+=(${!SUBVOLS_DEFAULT[@]})
|
||||
|
||||
if [[ "$ENCRYPTION" ]]; then
|
||||
${cmd} mount "/dev/mapper/luksvol"
|
||||
${cmd} mount "/dev/mapper/luksvol" /mnt
|
||||
else
|
||||
${cmd} mount "$RootPart" /mnt
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue