File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -657,7 +657,7 @@ make_customize_airootfs() {
657657 # -k changed in AlterISO3 from passing kernel name to passing kernel configuration.
658658
659659 # Generate options of customize_airootfs.sh.
660- _airootfs_script_options=(-p " ${password} " -k " ${kernel} ${kernel_filename} ${kernel_mkinitcpio_profile} " -u " ${username} " -o " ${os_name} " -i " ${install_dir} " -s " ${usershell} " -a " ${arch} " -g " ${locale_gen_name} " -l " ${locale_name} " -z " ${locale_time} " -t " ${theme_name} " )
660+ _airootfs_script_options=(-p " ${password} " -k " \" ${kernel} ${kernel_filename} ${kernel_mkinitcpio_profile} \" " -u " ${username} " -o " ${os_name} " -i " ${install_dir} " -s " ${usershell} " -a " ${arch} " -g " ${locale_gen_name} " -l " ${locale_name} " -z " ${locale_time} " -t " ${theme_name} " )
661661 [[ " ${boot_splash} " = true ]] && _airootfs_script_options+=(" -b" )
662662 [[ " ${debug} " = true ]] && _airootfs_script_options+=(" -d" )
663663 [[ " ${bash_debug} " = true ]] && _airootfs_script_options+=(" -x" )
You can’t perform that action at this time.
0 commit comments