lint/grub
This commit is contained in:
parent
88311cb55c
commit
f46d5a9765
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
"""Wrap GRUB commands."""
|
||||
|
||||
import cmd
|
||||
|
||||
import ps
|
||||
|
@ -24,6 +26,7 @@ def make_image(
|
|||
memdisk_path: str,
|
||||
pubkey_path: str | None = None,
|
||||
) -> None:
|
||||
"""Make a binary bootable image."""
|
||||
args = [
|
||||
("grub-mkimage",),
|
||||
("--compress", COMPRESSION),
|
||||
|
|
Loading…
Reference in a new issue