summaryrefslogtreecommitdiffstats
path: root/broot.sh
diff options
context:
space:
mode:
authorSebastian2010-01-27 15:36:18 +0100
committerSebastian2010-01-27 15:36:18 +0100
commiteb84b9a2ac398a69aecda5b0d0afdaba733890ef (patch)
treefdbaab79701e4fcb369787cdbbbf05366bb0a824 /broot.sh
parentbroot initial commit (diff)
downloadbroot-eb84b9a2ac398a69aecda5b0d0afdaba733890ef.tar.gz
broot-eb84b9a2ac398a69aecda5b0d0afdaba733890ef.tar.xz
broot-eb84b9a2ac398a69aecda5b0d0afdaba733890ef.zip
.. just save state of development
Diffstat (limited to 'broot.sh')
-rwxr-xr-xbroot.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/broot.sh b/broot.sh
index cee9387..1daf193 100755
--- a/broot.sh
+++ b/broot.sh
@@ -34,6 +34,15 @@ case $1 in
chroot-exec /root/bin/build-bb.sh
fi
;;
+ "build-initramfs-pkgs")
+ if [ ! -e $buildrootpath/bootstraped ]; then
+ echo " * Error: didn't find existing buildroot"
+ else
+ echo " * Building preboot packages"
+ updateScripts
+ chroot-exec /root/bin/build-preboot.sh
+ fi
+ ;;
*)
echo "Usage: broot (setup|update|build-bb)"
esac