diff --git a/archinstall/lib/installer.py b/archinstall/lib/installer.py index 08896289..0f298eba 100644 --- a/archinstall/lib/installer.py +++ b/archinstall/lib/installer.py @@ -866,7 +866,7 @@ class Installer: options_entry = f'rw intel_pstate=no_hwp {" ".join(self.KERNEL_PARAMS)}\n' for subvolume in root_partition.subvolumes: - if subvolume.root is True: + if subvolume.root is True and subvolume.name != '': options_entry = f"rootflags=subvol={subvolume.name} " + options_entry # Zswap should be disabled when using zram.