mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
fix tasklist for filesystem.CopyMountTable and filesystem.RemoveMountTable
This commit is contained in:
parent
9eb2686fd5
commit
7c2aeee70c
1 changed files with 6 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue