diff --git a/lib/python/Components/Storage.py b/lib/python/Components/Storage.py index 9def934831c..cc827187f79 100644 --- a/lib/python/Components/Storage.py +++ b/lib/python/Components/Storage.py @@ -305,7 +305,7 @@ def check(self): if not newuuid: for i, line in enumerate(fstab): if line.find(f"UUID={olduuid}") != -1: - fstab[i] = f"#{line}" + fstab[i] = "" print(f"[UUIDTask] fstab UUID {olduuid} removed") saveFstab = True break