From 13036a5746aea13b3ac78e234c97c05980e05473 Mon Sep 17 00:00:00 2001 From: Kyle K Date: Sat, 11 Apr 2020 18:37:06 -0500 Subject: enable compress=lzo for btrfs, add arandr and adjust ffmpeg and vlc USE flags for more features --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index a1a135f..864a1d5 100755 --- a/install.sh +++ b/install.sh @@ -32,7 +32,7 @@ setup_btrfs () { mkfs.btrfs -f -L GENTOO $DEVICE mkdir /mnt/install - mount $DEVICE /mnt/install + mount -o compress=lzo $DEVICE /mnt/install btrfs subvolume create /mnt/install/@ btrfs subvolume create /mnt/install/@/.snapshots @@ -62,7 +62,7 @@ setup_btrfs () { btrfs subvolume set-default $(btrfs subvolume list /mnt/install | grep "@/.snapshots/1/snapshot" | grep -oP '(?<=ID )[0-9]+') /mnt/install umount /mnt/install - mount $DEVICE /mnt/install + mount -o compress=lzo $DEVICE /mnt/install # ls /mnt/install should respond with empty result -- cgit v1.2.3