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
This commit is contained in:
parent
221081060b
commit
90bd2971cb
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user