diff --git a/lmde-expert.sh b/lmde-expert.sh index dffa3b7..da3a650 100755 --- a/lmde-expert.sh +++ b/lmde-expert.sh @@ -131,6 +131,7 @@ function prepare_target() { ${cmd} mkdir -p /target/"${SUBVOLS_DEFAULT[$subvol]}" done + ${cmd} mkdir -p /target/boot if [[ "$BootPart" == "@boot" ]]; then ${cmd} mount -o noatime,space_cache=v2,ssd,subvol=@boot "$rootmount" /target/boot else