Fixed missing /target/boot
This commit is contained in:
parent
9e54386b01
commit
b066addacd
1 changed files with 1 additions and 0 deletions
|
@ -131,6 +131,7 @@ function prepare_target() {
|
||||||
${cmd} mkdir -p /target/"${SUBVOLS_DEFAULT[$subvol]}"
|
${cmd} mkdir -p /target/"${SUBVOLS_DEFAULT[$subvol]}"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
${cmd} mkdir -p /target/boot
|
||||||
if [[ "$BootPart" == "@boot" ]]; then
|
if [[ "$BootPart" == "@boot" ]]; then
|
||||||
${cmd} mount -o noatime,space_cache=v2,ssd,subvol=@boot "$rootmount" /target/boot
|
${cmd} mount -o noatime,space_cache=v2,ssd,subvol=@boot "$rootmount" /target/boot
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue