1
0
mirror of https://github.com/tommytran732/Arch-Setup-Script synced 2024-11-09 20:21:34 -05:00

Remove BINARIES()

It works just fine without it. Not sure why you have to specify it there.
This commit is contained in:
TommyTran732 2021-04-09 16:29:30 -04:00 committed by tommytran732
parent b0ce826ce4
commit ec09cb1ce2
No known key found for this signature in database
GPG Key ID: 060B29EB996BD9F2

View File

@ -138,8 +138,7 @@ cat > /mnt/etc/hosts <<EOF
EOF
# Configuring /etc/mkinitcpio.conf
echo "Configuring /etc/mkinitcpio for ZSTD compression, BTRFS and LUKS hook."
sed -i -e 's,BINARIES=(),BINARIES=(/usr/bin/btrfs),g' /mnt/etc/mkinitcpio.conf
echo "Configuring /etc/mkinitcpio for ZSTD compression and LUKS hook."
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