Add missing bootloader package entry to server-minimal.toml
Without it building fails
This commit is contained in:
parent
b7158212e2
commit
c8a9f83c66
|
@ -9,6 +9,7 @@ prompt = false
|
|||
|
||||
# Package settings
|
||||
[packages]
|
||||
bootloader = {}
|
||||
bootstrap = {}
|
||||
coreutils = {}
|
||||
escalated = {}
|
||||
|
|
|
@ -9,6 +9,7 @@ prompt = false
|
|||
|
||||
# Package settings
|
||||
[packages]
|
||||
bootloader = {}
|
||||
bootstrap = {}
|
||||
coreutils = {}
|
||||
escalated = {}
|
||||
|
|
|
@ -9,6 +9,7 @@ prompt = false
|
|||
|
||||
# Package settings
|
||||
[packages]
|
||||
bootloader = {}
|
||||
bootstrap = {}
|
||||
coreutils = {}
|
||||
escalated = {}
|
||||
|
|
Loading…
Reference in a new issue