mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
Add arch config to update redoxer
This commit is contained in:
parent
6b716ddaf5
commit
6d1586f805
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