mirror of
https://github.com/tommytran732/Arch-Setup-Script
synced 2025-02-20 18:01:33 -05:00
Remove BINARIES()
It works just fine without it. Not sure why you have to specify it there.
This commit is contained in:
parent
7da3dcd7cf
commit
b2baff3cc0
@ -106,8 +106,7 @@ cat > /mnt/etc/hosts <<EOF
|
|||||||
EOF
|
EOF
|
||||||
|
|
||||||
# Configuring /etc/mkinitcpio.conf
|
# Configuring /etc/mkinitcpio.conf
|
||||||
echo "Configuring /etc/mkinitcpio for ZSTD compression, BTRFS and LUKS hook."
|
echo "Configuring /etc/mkinitcpio for ZSTD compression and LUKS hook."
|
||||||
sed -i -e 's,BINARIES=(),BINARIES=(/usr/bin/btrfs),g' /mnt/etc/mkinitcpio.conf
|
|
||||||
sed -i -e 's,#COMPRESSION="zstd",COMPRESSION="zstd",g' /mnt/etc/mkinitcpio.conf
|
sed -i -e 's,#COMPRESSION="zstd",COMPRESSION="zstd",g' /mnt/etc/mkinitcpio.conf
|
||||||
sed -i -e 's,modconf block filesystems keyboard,keyboard keymap modconf block encrypt filesystems,g' /mnt/etc/mkinitcpio.conf
|
sed -i -e 's,modconf block filesystems keyboard,keyboard keymap modconf block encrypt filesystems,g' /mnt/etc/mkinitcpio.conf
|
||||||
|
|
||||||
@ -191,4 +190,4 @@ systemctl enable snapper-timeline.timer --root=/mnt &>/dev/null
|
|||||||
systemctl enable snapper-cleanup.timer --root=/mnt &>/dev/null
|
systemctl enable snapper-cleanup.timer --root=/mnt &>/dev/null
|
||||||
|
|
||||||
echo "Done, you may now wish to reboot (further changes can be done by chrooting into /mnt)."
|
echo "Done, you may now wish to reboot (further changes can be done by chrooting into /mnt)."
|
||||||
exit
|
exit
|
||||||
|
Loading…
Reference in New Issue
Block a user