mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 21:34:18 +08:00
Merge branch 'build-redoxer' into 'master'
Add arch config to update redoxer See merge request redox-os/redox!1817
This commit is contained in:
commit
b80ad387c8
8
config/aarch64/redoxer.toml
Normal file
8
config/aarch64/redoxer.toml
Normal file
@ -0,0 +1,8 @@
|
||||
# Configuration used for building redoxer base image
|
||||
|
||||
include = ["../redoxer.toml"]
|
||||
|
||||
# General settings
|
||||
[general]
|
||||
# Filesystem size in MiB
|
||||
filesystem_size = 1024
|
||||
8
config/i586/redoxer.toml
Normal file
8
config/i586/redoxer.toml
Normal file
@ -0,0 +1,8 @@
|
||||
# Configuration used for building redoxer base image
|
||||
|
||||
include = ["../redoxer.toml"]
|
||||
|
||||
# General settings
|
||||
[general]
|
||||
# Filesystem size in MiB
|
||||
filesystem_size = 1024
|
||||
8
config/x86_64/redoxer.toml
Normal file
8
config/x86_64/redoxer.toml
Normal file
@ -0,0 +1,8 @@
|
||||
# Configuration used for building redoxer base image
|
||||
|
||||
include = ["../redoxer.toml"]
|
||||
|
||||
# General settings
|
||||
[general]
|
||||
# Filesystem size in MiB
|
||||
filesystem_size = 1024
|
||||
Loading…
Reference in New Issue
Block a user