From 1a61c7a09b649631376e02a1c5e292f761fbc5f3 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Wed, 5 Jun 2024 15:10:00 +0200 Subject: [PATCH] remove btrfs check --- usr/lib/archboot/installer/btrfs.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/usr/lib/archboot/installer/btrfs.sh b/usr/lib/archboot/installer/btrfs.sh index 02a8857b1..56c89931b 100644 --- a/usr/lib/archboot/installer/btrfs.sh +++ b/usr/lib/archboot/installer/btrfs.sh @@ -265,10 +265,10 @@ _btrfs_subvolume() { _btrfs_compress() { _BTRFS_COMPRESSLEVELS="zstd - lzo - zlib - NONE -" #shellcheck disable=SC2086 - _dialog --no-cancel --title " Compression on ${_DEV} subvolume=${_BTRFS_SUBVOLUME} " --menu "" 10 50 4 \ - "zstd" "ZSTD" \ - "lzo" "LZO" \ - "zlib" "ZLIB" \ + _dialog --no-cancel --title " ${_DEV} subvolume=${_BTRFS_SUBVOLUME} " --menu "" 10 50 4 \ + "zstd" "Use ZSTD Compression" \ + "lzo" "Use LZO Compression" \ + "zlib" "Use ZLIB Compression" \ "> NONE" "No Compression" 2>"${_ANSWER}" || return 1 if [[ "$(cat "${_ANSWER}")" == "> NONE" ]]; then