OSDN Git Service

[update] : Added noaur
authorhayao <shun819.mail@gmail.com>
Sun, 5 Jul 2020 07:35:10 +0000 (16:35 +0900)
committerhayao <shun819.mail@gmail.com>
Sun, 5 Jul 2020 07:35:10 +0000 (16:35 +0900)
build.sh
default.conf

index 2a2f659..ef56b3f 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -1600,6 +1600,7 @@ check_bool customized_username
 check_bool noloopmod
 check_bool nochname
 check_bool tarball
+check_bool noaur
 
 if [[ "${debug}" =  true ]]; then
     echo
@@ -1612,7 +1613,9 @@ show_settings
 run_once make_pacman_conf
 run_once make_basefs
 run_once make_packages
-run_once make_packages_aur
+if [[ "${noaur}" = false ]]; then
+    run_once make_packages_aur
+fi
 run_once make_customize_airootfs
 run_once make_setup_mkinitcpio
 run_once make_boot
index ea945df..8eb4956 100644 (file)
@@ -148,6 +148,10 @@ noloopmod=false
 # This setting cannot be changed by an argument.
 nochname=false
 
+# Do not install the AUR package.
+# This setting cannot be changed by an argument.
+noaur=false
+
 #-- Debug options --#
 
 # Set debug mode.