mirror of https://github.com/cutefishos/calamares
[bootloader] Requires partition before it.
parent
5513b5a697
commit
a93df6fcfb
@ -1,5 +1,8 @@
|
|||||||
---
|
---
|
||||||
type: "job"
|
type: "job"
|
||||||
name: "bootloader"
|
|
||||||
interface: "python"
|
interface: "python"
|
||||||
|
name: "bootloader"
|
||||||
script: "main.py"
|
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…
Reference in New Issue