File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ password=alter
1616boot_splash=false
1717kernel_config_line=(" zen" " vmlinuz-linux-zen" " linux-zen" )
1818theme_name=alter-logo
19- rebuild=false
2019username=' alter'
2120os_name=" Alter Linux"
2221install_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} " ;;
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ password=alter
1717boot_splash=false
1818kernel_config_line=(" zen" " vmlinuz-linux-zen" " linux-zen" )
1919theme_name=alter-logo
20- rebuild=false
2120username=' alter'
2221os_name=" Alter Linux"
2322install_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
7169check_bool boot_splash
72- check_bool rebuild
7370check_bool debug
7471
7572
You can’t perform that action at this time.
0 commit comments