[bootloader] Requires partition before it.

This commit is contained in:
Adriaan de Groot 2019-03-11 17:07:05 -04:00
parent 5513b5a697
commit a93df6fcfb

View File

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