From c112c082fe0f08eedcea11bccf08ef626c613c69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Wed, 19 Jan 2005 02:39:24 +0000 Subject: [PATCH] Added the missing waitfor command - the Bootscript can now be executed as intended. Removed deletion of beos/ on the target since it's annoying, and the disk space leak has been fixed in the meantime anyway (although I am not sure if this was before or after the switch to Haiku only...). git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10864 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- makehdimage | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/makehdimage b/makehdimage index 4bbf6762df..2e8c93eda7 100755 --- a/makehdimage +++ b/makehdimage @@ -63,7 +63,7 @@ BEOS_BIN="touch sync ln listarea listattr listsem listport \ isvolume shutdown safemode sysinfo kill diff cmp more \ renice rmattr addattr listdev pwd chmod chown chgrp dd \ tee md5sum catattr query lsindex mkindex roster listimage \ - quit open translate setvolume" + quit open translate setvolume waitfor" BEOS_SYSTEM_LIB="libbe.so libstdc++.r4.so libnet.so libmedia.so \ libtranslation.so libbind.so libnetapi.so libsocket.so" @@ -96,12 +96,7 @@ fi cd $targetDir -# this avoids diskspace leaking with our current BFS version -# (because of some unidentified bugs, of course :) echo -echo "Deleting $targetDir/beos..." -rm -rf beos - echo "Creating directory structure..." mkdir -p beos/bin