From c9d7eecc5ab63672882986badbbe726a621f1010 Mon Sep 17 00:00:00 2001 From: hayao Date: Wed, 27 Jan 2021 17:40:25 +0900 Subject: [PATCH] [remove] : -r option --- channels/releng/airootfs.any/root/customize_airootfs.sh | 2 -- channels/share/airootfs.any/root/customize_airootfs.sh | 3 --- 2 files changed, 5 deletions(-) diff --git a/channels/releng/airootfs.any/root/customize_airootfs.sh b/channels/releng/airootfs.any/root/customize_airootfs.sh index 33c7feaf..94785f8a 100755 --- a/channels/releng/airootfs.any/root/customize_airootfs.sh +++ b/channels/releng/airootfs.any/root/customize_airootfs.sh @@ -16,7 +16,6 @@ password=alter boot_splash=false kernel_config_line=("zen" "vmlinuz-linux-zen" "linux-zen") theme_name=alter-logo -rebuild=false username='alter' os_name="Alter Linux" install_dir="alter" @@ -34,7 +33,6 @@ while getopts 'p:bt:k:rxu:o:i:s:da:g:z:l:' arg; do b) boot_splash=true ;; t) theme_name="${OPTARG}" ;; k) kernel_config_line=(${OPTARG}) ;; - r) rebuild=true ;; u) username="${OPTARG}" ;; o) os_name="${OPTARG}" ;; i) install_dir="${OPTARG}" ;; diff --git a/channels/share/airootfs.any/root/customize_airootfs.sh b/channels/share/airootfs.any/root/customize_airootfs.sh index 79dae1fb..72b0e866 100755 --- a/channels/share/airootfs.any/root/customize_airootfs.sh +++ b/channels/share/airootfs.any/root/customize_airootfs.sh @@ -17,7 +17,6 @@ password=alter boot_splash=false kernel_config_line=("zen" "vmlinuz-linux-zen" "linux-zen") theme_name=alter-logo -rebuild=false username='alter' os_name="Alter Linux" install_dir="alter" @@ -35,7 +34,6 @@ while getopts 'p:bt:k:rxu:o:i:s:da:g:z:l:' arg; do b) boot_splash=true ;; t) theme_name="${OPTARG}" ;; k) kernel_config_line=(${OPTARG}) ;; - r) rebuild=true ;; u) username="${OPTARG}" ;; o) os_name="${OPTARG}" ;; i) install_dir="${OPTARG}" ;; @@ -69,7 +67,6 @@ function check_bool() { } check_bool boot_splash -check_bool rebuild check_bool debug -- 2.11.0