[bootloader] Requires partition before it.

main
Adriaan de Groot 6 years ago
parent 5513b5a697
commit a93df6fcfb

@ -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" ]

Loading…
Cancel
Save