Skip to content

Commit c9d7eec

Browse files
committed
[remove] : -r option
1 parent 14f238f commit c9d7eec

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

channels/releng/airootfs.any/root/customize_airootfs.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ password=alter
1616
boot_splash=false
1717
kernel_config_line=("zen" "vmlinuz-linux-zen" "linux-zen")
1818
theme_name=alter-logo
19-
rebuild=false
2019
username='alter'
2120
os_name="Alter Linux"
2221
install_dir="alter"
@@ -34,7 +33,6 @@ while getopts 'p:bt:k:rxu:o:i:s:da:g:z:l:' arg; do
3433
b) boot_splash=true ;;
3534
t) theme_name="${OPTARG}" ;;
3635
k) kernel_config_line=(${OPTARG}) ;;
37-
r) rebuild=true ;;
3836
u) username="${OPTARG}" ;;
3937
o) os_name="${OPTARG}" ;;
4038
i) install_dir="${OPTARG}" ;;

channels/share/airootfs.any/root/customize_airootfs.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ password=alter
1717
boot_splash=false
1818
kernel_config_line=("zen" "vmlinuz-linux-zen" "linux-zen")
1919
theme_name=alter-logo
20-
rebuild=false
2120
username='alter'
2221
os_name="Alter Linux"
2322
install_dir="alter"
@@ -35,7 +34,6 @@ while getopts 'p:bt:k:rxu:o:i:s:da:g:z:l:' arg; do
3534
b) boot_splash=true ;;
3635
t) theme_name="${OPTARG}" ;;
3736
k) kernel_config_line=(${OPTARG}) ;;
38-
r) rebuild=true ;;
3937
u) username="${OPTARG}" ;;
4038
o) os_name="${OPTARG}" ;;
4139
i) install_dir="${OPTARG}" ;;
@@ -69,7 +67,6 @@ function check_bool() {
6967
}
7068

7169
check_bool boot_splash
72-
check_bool rebuild
7370
check_bool debug
7471

7572

0 commit comments

Comments
 (0)