From 90bd2971cb24f032b45b40dd39935edf3e61701f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Thu, 18 Nov 2004 20:46:16 +0000 Subject: [PATCH] Added mkdir and sleep. The mount directory is now removed after unmounting the image. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10018 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- makehdimage | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/makehdimage b/makehdimage index 9e58550c2c..19c6c34c14 100755 --- a/makehdimage +++ b/makehdimage @@ -38,7 +38,7 @@ echo "Building $imageSize MB image at $imagePath..." RUN_WITHOUT_APP_SERVER=1 BEOS_BIN="touch sync ln listattr listsem listport du rm \ - true false ls df mount unmount cp mv ps sh" + true false ls df mount unmount cp mv ps sh mkdir sleep" BEOS_SYSTEM_LIB="libbe.so libstdc++.r4.so libnet.so" @@ -166,3 +166,5 @@ done cd $previousDir sync unmount /haiku +rmdir /haiku +