Merge branch 'missing_bootloader_build' into 'master'
Fix building and running for the server-minimal config See merge request redox-os/redox!1368
This commit is contained in:
commit
bb5118b123
|
@ -3,12 +3,13 @@
|
|||
# General settings
|
||||
[general]
|
||||
# Filesystem size in MiB
|
||||
filesystem_size = 64
|
||||
filesystem_size = 128
|
||||
# Do not prompt if settings are not defined
|
||||
prompt = false
|
||||
|
||||
# Package settings
|
||||
[packages]
|
||||
bootloader = {}
|
||||
bootstrap = {}
|
||||
coreutils = {}
|
||||
escalated = {}
|
||||
|
@ -45,7 +46,6 @@ escalated
|
|||
[[files]]
|
||||
path = "/etc/init.d/30_console"
|
||||
data = """
|
||||
inputd -A 2
|
||||
getty 2
|
||||
getty debug: -J
|
||||
"""
|
||||
|
|
|
@ -3,12 +3,13 @@
|
|||
# General settings
|
||||
[general]
|
||||
# Filesystem size in MiB
|
||||
filesystem_size = 64
|
||||
filesystem_size = 128
|
||||
# Do not prompt if settings are not defined
|
||||
prompt = false
|
||||
|
||||
# Package settings
|
||||
[packages]
|
||||
bootloader = {}
|
||||
bootstrap = {}
|
||||
coreutils = {}
|
||||
escalated = {}
|
||||
|
@ -45,7 +46,6 @@ escalated
|
|||
[[files]]
|
||||
path = "/etc/init.d/30_console"
|
||||
data = """
|
||||
inputd -A 2
|
||||
getty 2
|
||||
getty debug: -J
|
||||
"""
|
||||
|
|
|
@ -3,12 +3,13 @@
|
|||
# General settings
|
||||
[general]
|
||||
# Filesystem size in MiB
|
||||
filesystem_size = 64
|
||||
filesystem_size = 128
|
||||
# Do not prompt if settings are not defined
|
||||
prompt = false
|
||||
|
||||
# Package settings
|
||||
[packages]
|
||||
bootloader = {}
|
||||
bootstrap = {}
|
||||
coreutils = {}
|
||||
escalated = {}
|
||||
|
@ -45,7 +46,6 @@ escalated
|
|||
[[files]]
|
||||
path = "/etc/init.d/30_console"
|
||||
data = """
|
||||
inputd -A 2
|
||||
getty 2
|
||||
getty debug: -J
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue