Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
juadde
arch-boxes
Commits
6aead444
Commit
6aead444
authored
Dec 12, 2020
by
Kristian Klausen
🎉
Browse files
Use zstd for initramfs compression
parent
0acd7850
Changes
1
Hide whitespace changes
Inline
Side-by-side
build-inside-vm.sh
View file @
6aead444
...
...
@@ -91,7 +91,7 @@ function postinstall() {
mkswap
"
${
MOUNT
}
/swap/swapfile"
echo
-e
"/swap/swapfile none swap defaults 0 0"
>>
"
${
MOUNT
}
/etc/fstab"
echo
"COMPRESSION=
\"
x
z
\"
"
>>
"
${
MOUNT
}
/etc/mkinitcpio.conf"
echo
"COMPRESSION=
\"
z
std
\"
"
>>
"
${
MOUNT
}
/etc/mkinitcpio.conf"
arch-chroot
"
${
MOUNT
}
"
/usr/bin/mkinitcpio
-p
linux
sed
-i
-e
's/^#\(en_US.UTF-8\)/\1/'
"
${
MOUNT
}
/etc/locale.gen"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment