summaryrefslogtreecommitdiffstats
path: root/broot.sh
diff options
context:
space:
mode:
authorSebastian2010-08-11 18:27:29 +0200
committerSebastian2010-08-11 18:27:29 +0200
commitd17613609a7f6c04bf63c26dd394bc5a1c1c13da (patch)
tree1e3767b1a97abb70ca5efb7dece18a57648c9d7e /broot.sh
parenttransfer (diff)
downloadbroot-d17613609a7f6c04bf63c26dd394bc5a1c1c13da.tar.gz
broot-d17613609a7f6c04bf63c26dd394bc5a1c1c13da.tar.xz
broot-d17613609a7f6c04bf63c26dd394bc5a1c1c13da.zip
foo
Diffstat (limited to 'broot.sh')
-rwxr-xr-xbroot.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/broot.sh b/broot.sh
index dd4d06f..552fff3 100755
--- a/broot.sh
+++ b/broot.sh
@@ -15,15 +15,15 @@ case $1 in
"update")
tasks="update update_chrootscripts"
;;
- "build-bb")
+ "build-busybox")
tasks="build_busybox"
# chroot-exec /root/bin/build-bb.sh
;;
"shell")
tasks="shell"
;;
- "build-initramfs-pkgs")
- tasks="build_busybox build_packages build_kernel"
+ "build-core-pkgs")
+ tasks="build_core"
# updateScripts
# chroot-exec /root/bin/build-preboot.sh
;;
@@ -43,7 +43,7 @@ case $1 in
[ -f $BROOT_BUILDROOT_PATH/.resume ] && . $BROOT_BUILDROOT_PATH/.resume
;;
*)
- echo "Usage: broot (setup|update|build-bb)"
+ echo "Usage: broot (setup|update|shell|build-busybox|build-core-pks)"
exit 23
esac