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
|
#!/bin/bash
|
||||||
|
|
||||||
# Amelia installer for Archlinux
|
# Amelia installer for Archlinux
|
||||||
# Version: 1.2.5
|
# Version: 1.2.6
|
||||||
# Source: https://gitlab.com/prism7/archery
|
# Source: https://gitlab.com/prism7/archery
|
||||||
# Contact: leenooks7@gmail.com
|
# Contact: leenooks7@gmail.com
|
||||||
|
|
||||||
@@ -6953,7 +6953,6 @@ optimizations() {
|
|||||||
cat <<-MKINITCPIO >> /etc/mkinitcpio.conf.d/mkinitcpiod.conf || exit
|
cat <<-MKINITCPIO >> /etc/mkinitcpio.conf.d/mkinitcpiod.conf || exit
|
||||||
COMPRESSION="zstd"
|
COMPRESSION="zstd"
|
||||||
COMPRESSION_OPTIONS=(-c -T$(nproc) --auto-threads=logical -)
|
COMPRESSION_OPTIONS=(-c -T$(nproc) --auto-threads=logical -)
|
||||||
MODULES_DECOMPRESS="yes"
|
|
||||||
MKINITCPIO
|
MKINITCPIO
|
||||||
mkinitcpio -P || exit
|
mkinitcpio -P || exit
|
||||||
cat <<-MAKEPKG > /etc/makepkg.conf.d/makepkgd.conf || exit
|
cat <<-MAKEPKG > /etc/makepkg.conf.d/makepkgd.conf || exit
|
||||||
|
|||||||
Reference in New Issue
Block a user