Skip to content

Commit 4653c00

Browse files
committed
[fix] : Fixed kernel config line
1 parent 51f2171 commit 4653c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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")

0 commit comments

Comments
 (0)