mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 23:36:29 +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,
|
taskset.update([boot.SetGrubConsolOutputDeviceToVirtual,
|
||||||
boot.SetSystemdTTYVTDisallocate,
|
boot.SetSystemdTTYVTDisallocate,
|
||||||
])
|
])
|
||||||
|
|
||||||
if manifest.release >= bookworm:
|
if manifest.release >= bookworm:
|
||||||
if filesystem.CopyMountTable in taskset:
|
if filesystem.CopyMountTable in taskset:
|
||||||
taskset.remove(filesystem.CopyMountTable)
|
taskset.remove(filesystem.CopyMountTable)
|
||||||
|
|
Loading…
Add table
Reference in a new issue