We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a589fa5 commit 1721611Copy full SHA for 1721611
1 file changed
modules/share/airootfs.any/root/customize_airootfs.sh
@@ -27,7 +27,7 @@ language="en"
27
28
29
# Parse arguments
30
-while getopts 'p:bt:k:rxu:o:i:s:da:g:z:l:' arg; do
+while getopts 'p:bt:k:xu:o:i:s:da:g:z:l:' arg; do
31
case "${arg}" in
32
p) password="${OPTARG}" ;;
33
b) boot_splash=true ;;
0 commit comments