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 settings
|
||||||
[general]
|
[general]
|
||||||
# Filesystem size in MiB
|
# Filesystem size in MiB
|
||||||
filesystem_size = 64
|
filesystem_size = 128
|
||||||
# Do not prompt if settings are not defined
|
# Do not prompt if settings are not defined
|
||||||
prompt = false
|
prompt = false
|
||||||
|
|
||||||
# Package settings
|
# Package settings
|
||||||
[packages]
|
[packages]
|
||||||
|
bootloader = {}
|
||||||
bootstrap = {}
|
bootstrap = {}
|
||||||
coreutils = {}
|
coreutils = {}
|
||||||
escalated = {}
|
escalated = {}
|
||||||
|
@ -45,7 +46,6 @@ escalated
|
||||||
[[files]]
|
[[files]]
|
||||||
path = "/etc/init.d/30_console"
|
path = "/etc/init.d/30_console"
|
||||||
data = """
|
data = """
|
||||||
inputd -A 2
|
|
||||||
getty 2
|
getty 2
|
||||||
getty debug: -J
|
getty debug: -J
|
||||||
"""
|
"""
|
||||||
|
|
|
@ -3,12 +3,13 @@
|
||||||
# General settings
|
# General settings
|
||||||
[general]
|
[general]
|
||||||
# Filesystem size in MiB
|
# Filesystem size in MiB
|
||||||
filesystem_size = 64
|
filesystem_size = 128
|
||||||
# Do not prompt if settings are not defined
|
# Do not prompt if settings are not defined
|
||||||
prompt = false
|
prompt = false
|
||||||
|
|
||||||
# Package settings
|
# Package settings
|
||||||
[packages]
|
[packages]
|
||||||
|
bootloader = {}
|
||||||
bootstrap = {}
|
bootstrap = {}
|
||||||
coreutils = {}
|
coreutils = {}
|
||||||
escalated = {}
|
escalated = {}
|
||||||
|
@ -45,7 +46,6 @@ escalated
|
||||||
[[files]]
|
[[files]]
|
||||||
path = "/etc/init.d/30_console"
|
path = "/etc/init.d/30_console"
|
||||||
data = """
|
data = """
|
||||||
inputd -A 2
|
|
||||||
getty 2
|
getty 2
|
||||||
getty debug: -J
|
getty debug: -J
|
||||||
"""
|
"""
|
||||||
|
|
|
@ -3,12 +3,13 @@
|
||||||
# General settings
|
# General settings
|
||||||
[general]
|
[general]
|
||||||
# Filesystem size in MiB
|
# Filesystem size in MiB
|
||||||
filesystem_size = 64
|
filesystem_size = 128
|
||||||
# Do not prompt if settings are not defined
|
# Do not prompt if settings are not defined
|
||||||
prompt = false
|
prompt = false
|
||||||
|
|
||||||
# Package settings
|
# Package settings
|
||||||
[packages]
|
[packages]
|
||||||
|
bootloader = {}
|
||||||
bootstrap = {}
|
bootstrap = {}
|
||||||
coreutils = {}
|
coreutils = {}
|
||||||
escalated = {}
|
escalated = {}
|
||||||
|
@ -45,7 +46,6 @@ escalated
|
||||||
[[files]]
|
[[files]]
|
||||||
path = "/etc/init.d/30_console"
|
path = "/etc/init.d/30_console"
|
||||||
data = """
|
data = """
|
||||||
inputd -A 2
|
|
||||||
getty 2
|
getty 2
|
||||||
getty debug: -J
|
getty debug: -J
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in a new issue