fix tasklist for filesystem.CopyMountTable and filesystem.RemoveMountTable

This commit is contained in:
Kevin Olbrich 2024-01-31 14:03:33 +01:00
parent 9eb2686fd5
commit 7c2aeee70c

View file

@ -40,6 +40,7 @@ def resolve_tasks(taskset, manifest):
taskset.update([boot.SetGrubConsolOutputDeviceToVirtual,
boot.SetSystemdTTYVTDisallocate,
])
if manifest.release >= bookworm:
if filesystem.CopyMountTable in taskset:
taskset.remove(filesystem.CopyMountTable)