]> gitweb.factorcode.org Git - factor.git/commitdiff
build.sh: Add self-bootstrap option.
authorDoug Coleman <doug.coleman@gmail.com>
Sat, 16 May 2020 19:49:57 +0000 (14:49 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Sat, 16 May 2020 19:52:02 +0000 (14:52 -0500)
build.sh

index 55566a5e2bdaedf6b0703b3b5f784b2e502260e5..fb1e4e4b494853d742164263a0c7543260fef15c 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -803,6 +803,7 @@ case "$1" in
     deps-macosx) install_deps_macosx ;;
     deps-dnf) install_deps_dnf ;;
     deps-pkg) install_deps_pkg ;;
+    self-bootstrap) get_config_info; make_boot_image; bootstrap;;
     self-update) update; make_boot_image; bootstrap;;
     quick-update) update; refresh_image ;;
     update|latest) update; download_and_bootstrap ;;