Add arch config to update redoxer

This commit is contained in:
Wildan M 2026-01-10 18:23:08 +07:00
parent 6b716ddaf5
commit 6d1586f805
No known key found for this signature in database
GPG Key ID: 01AC53185C679C79
3 changed files with 24 additions and 0 deletions

View 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
View 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

View 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