diff --git a/src/modules/bootloader/module.desc b/src/modules/bootloader/module.desc index 94534cc98..083e1f4b5 100644 --- a/src/modules/bootloader/module.desc +++ b/src/modules/bootloader/module.desc @@ -1,5 +1,8 @@ --- type: "job" -name: "bootloader" interface: "python" +name: "bootloader" script: "main.py" +# The partition module sets up the EFI firmware type +# global key, which is used to decide how to install. +requiredModules: [ "partition" ]