Fixed missing /target/boot

This commit is contained in:
Eric Renfro 2024-06-23 20:19:13 -04:00
parent 9e54386b01
commit b066addacd
Signed by: psi-jack
SSH key fingerprint: SHA256:1TKB8Z257L8EHK8GWNxKgMhD8a+FAR+f+j3nnlcuNVM

View file

@ -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