summaryrefslogtreecommitdiffstats
path: root/broot.sh
diff options
context:
space:
mode:
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