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 cmd
|
||||||
|
|
||||||
import ps
|
import ps
|
||||||
|
@ -24,6 +26,7 @@ def make_image(
|
||||||
memdisk_path: str,
|
memdisk_path: str,
|
||||||
pubkey_path: str | None = None,
|
pubkey_path: str | None = None,
|
||||||
) -> None:
|
) -> None:
|
||||||
|
"""Make a binary bootable image."""
|
||||||
args = [
|
args = [
|
||||||
("grub-mkimage",),
|
("grub-mkimage",),
|
||||||
("--compress", COMPRESSION),
|
("--compress", COMPRESSION),
|
||||||
|
|
Loading…
Reference in a new issue