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[@]})
|
subvols+=(${!SUBVOLS_DEFAULT[@]})
|
||||||
|
|
||||||
if [[ "$ENCRYPTION" ]]; then
|
if [[ "$ENCRYPTION" ]]; then
|
||||||
${cmd} mount "/dev/mapper/luksvol"
|
${cmd} mount "/dev/mapper/luksvol" /mnt
|
||||||
else
|
else
|
||||||
${cmd} mount "$RootPart" /mnt
|
${cmd} mount "$RootPart" /mnt
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue