diff --git a/makehdimage b/makehdimage index 234a4d632b..f02059c4a8 100755 --- a/makehdimage +++ b/makehdimage @@ -142,6 +142,7 @@ if [ $alreadyMounted ]; then ln=ln mkdir=mkdir rm=rm + mkindex=mkindex else sPrefix=: cd="$fsShellCommand cd" @@ -150,6 +151,7 @@ else ln="$fsShellCommand ln" mkdir="$fsShellCommand mkdir" rm="$fsShellCommand rm" + mkindex="$fsShellCommand mkindex" fi @@ -170,6 +172,9 @@ $cd $targetDir echo echo "Creating directory structure..." +$mkindex BEOS:APP_SIG + # needed to launch apps via signature + $mkdir -p beos/bin $mkdir -p beos/etc $mkdir -p beos/system/add-ons/kernel/boot