mirror of
https://gitlab.com/prism7/archery.git
synced 2026-04-28 01:17:35 +02:00
Change: 'General Optimizations':
If 'General Optimizations' have been selected: 'Mkinitcpio.conf' drop-in file > 'MODULES_DECOMPRESS' value reverted to 'no'
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Amelia installer for Archlinux
|
||||
# Version: 1.2.5
|
||||
# Version: 1.2.6
|
||||
# Source: https://gitlab.com/prism7/archery
|
||||
# Contact: leenooks7@gmail.com
|
||||
|
||||
@@ -6953,7 +6953,6 @@ optimizations() {
|
||||
cat <<-MKINITCPIO >> /etc/mkinitcpio.conf.d/mkinitcpiod.conf || exit
|
||||
COMPRESSION="zstd"
|
||||
COMPRESSION_OPTIONS=(-c -T$(nproc) --auto-threads=logical -)
|
||||
MODULES_DECOMPRESS="yes"
|
||||
MKINITCPIO
|
||||
mkinitcpio -P || exit
|
||||
cat <<-MAKEPKG > /etc/makepkg.conf.d/makepkgd.conf || exit
|
||||
|
||||
Reference in New Issue
Block a user