We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9b906c commit 53be260Copy full SHA for 53be260
1 file changed
channels/share/airootfs.any/root/customize_airootfs.sh
@@ -55,6 +55,9 @@ kernel="${kernel_config_line[0]}"
55
kernel_filename="${kernel_config_line[1]}"
56
kernel_mkinitcpio_profile="${kernel_config_line[2]}"
57
58
+# Make it compatible with previous code
59
+unset OPTIND OPTARG arg
60
+
61
62
# Check whether true or false is assigned to the variable.
63
function check_bool() {
0 commit comments