File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ _run_with_pacmanconf(){
245245# コマンドをchrootで実行する
246246_chroot_run () {
247247 msg_debug " Run command in chroot\nCommand: ${* } "
248- eval -- arch-chroot " ${airootfs_dir} " " ${@ } "
248+ arch-chroot " ${airootfs_dir} " " ${@ } "
249249}
250250
251251_cleanup_common () {
@@ -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