Skip to content
Snippets Groups Projects
Commit 38c84cca authored by Felix Yan's avatar Felix Yan
Browse files

Correct typos in mkinitcpio

parent d5878329
No related tags found
No related merge requests found
Pipeline #77862 passed
......@@ -407,7 +407,7 @@ build_uki() {
uki_add_section '.cmdline' <(printf '%s\n\0' "$(grep -ha -- '^[^#]' "${cmdline_files[@]}" | tr -s '\n' ' ')")
else
quiet 'Kernel cmdline will not be embeded.'
quiet 'Kernel cmdline will not be embedded.'
fi
if [[ -n "$splash" ]]; then
......@@ -961,7 +961,7 @@ trap -- ERR
# this is simply a nice-to-have -- it doesn't matter if it fails.
ldconfig -r "$BUILDROOT" &>/dev/null
# remove /var/cache/ldconfig/aux-cache for reproducability
# remove /var/cache/ldconfig/aux-cache for reproducibility
rm -f -- "$BUILDROOT/var/cache/ldconfig/aux-cache"
# Set umask to create initramfs images and unified kernel images as 600
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment