From 2747fe8077bbefbaacce19036528322456438f3c Mon Sep 17 00:00:00 2001 From: idziubenko Date: Thu, 30 Dec 2021 15:47:35 +0300 Subject: [PATCH] FIX: removed space_cache from btrfs fstab --- pym/install/fs_manager.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pym/install/fs_manager.py b/pym/install/fs_manager.py index 557b662..64e5595 100644 --- a/pym/install/fs_manager.py +++ b/pym/install/fs_manager.py @@ -48,7 +48,7 @@ class FileSystemManager(): 'gpt': '8300', 'label': '-L {labelname}', 'msdos': '83', - 'ssd': ['ssd', 'space_cache'], + 'ssd': ['ssd'], 'type': ['hdd', 'usb-hdd'], 'compress': None, 'compatible': ['btrfs-compress']}, @@ -99,7 +99,7 @@ class FileSystemManager(): 'gpt': '8300', 'label': '-L {labelname}', 'msdos': '83', - 'ssd': ['ssd', 'space_cache'], + 'ssd': ['ssd'], 'type': ['hdd', 'usb-hdd'], 'compatible': ['btrfs']}, 'ext4': {'defaultopt': defaultOpt,