From 160d1b441554c9aa192b289114a79bac94dd5015 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Sat, 16 May 2020 14:49:57 -0500 Subject: [PATCH] build.sh: Add self-bootstrap option. --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 55566a5e2b..fb1e4e4b49 100755 --- 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 ;;