Skip to content
Snippets Groups Projects

pmb/chroot/initfs: change invocation to support the new mkinitfs

Merged Imported Administrator requested to merge new_mkinitfs into master
All threads resolved!
3 files
+ 5
25
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 0
2
@@ -82,8 +82,6 @@ def frontend(args):
suffix = f"rootfs_{args.device}"
flavors = pmb.chroot.other.kernel_flavors_installed(args, suffix)
flavor = flavors[0]
if hasattr(args, "flavor") and args.flavor:
flavor = args.flavor
# Handle initfs actions
action = args.action_initfs
Loading