We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d40bca3 commit ae4a1c5Copy full SHA for ae4a1c5
build.sh
@@ -474,7 +474,7 @@ prepare_build() {
474
fi
475
476
# Set argument of pkglist.sh
477
- pkglist_args=("-a" "${arch}" "-k" "${kernel}" "-c" "${channel_dir}" "-l" "${locale_name}")
+ pkglist_args=("-a" "${arch}" "-k" "${kernel}" "-c" "${channel_dir}" "-l" "${locale_name}" --line)
478
[[ "${boot_splash}" = true ]] && pkglist_args+=("-b")
479
[[ "${debug}" = true ]] && pkglist_args+=("-d")
480
[[ "${memtest86}" = true ]] && pkglist_args+=("-m")
0 commit comments