Remove broken aarch64 configs
This commit is contained in:
parent
8f51fda66e
commit
275b9065f5
|
@ -1,59 +0,0 @@
|
||||||
# Default demo configuration
|
|
||||||
|
|
||||||
include = ["../net.toml"]
|
|
||||||
|
|
||||||
# General settings
|
|
||||||
[general]
|
|
||||||
# Filesystem size in MiB
|
|
||||||
filesystem_size = 300
|
|
||||||
# Do not prompt if settings are not defined
|
|
||||||
prompt = false
|
|
||||||
|
|
||||||
# Package settings
|
|
||||||
[packages]
|
|
||||||
audiod = {}
|
|
||||||
bash = {}
|
|
||||||
bootloader = {}
|
|
||||||
ca-certificates = {}
|
|
||||||
contain = {}
|
|
||||||
coreutils = {}
|
|
||||||
diffutils = {}
|
|
||||||
extrautils = {}
|
|
||||||
findutils = {}
|
|
||||||
#installer = {} # failure to build ring
|
|
||||||
ion = {}
|
|
||||||
netdb = {}
|
|
||||||
#netsurf = {} # lots of porting issues
|
|
||||||
orbdata = {}
|
|
||||||
orbital = {}
|
|
||||||
orbterm = {}
|
|
||||||
orbutils = {}
|
|
||||||
#pkgutils = {} # failure to build ring
|
|
||||||
redoxfs = {}
|
|
||||||
relibc = {}
|
|
||||||
resist = {}
|
|
||||||
smith = {}
|
|
||||||
userutils = {}
|
|
||||||
uutils = {}
|
|
||||||
|
|
||||||
git = {}
|
|
||||||
curl = {}
|
|
||||||
vim = {}
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
path = "/etc/init.d/20_orbital"
|
|
||||||
data = """
|
|
||||||
audiod
|
|
||||||
orbital launcher
|
|
||||||
"""
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
path = "/etc/init.d/30_console"
|
|
||||||
data = """
|
|
||||||
getty 2
|
|
||||||
getty debug: -J
|
|
||||||
"""
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
path = "/etc/pkg.d/50_redox"
|
|
||||||
data = "https://static.redox-os.org/pkg"
|
|
|
@ -1,59 +0,0 @@
|
||||||
# Default desktop configuration
|
|
||||||
|
|
||||||
include = ["../net.toml"]
|
|
||||||
|
|
||||||
# General settings
|
|
||||||
[general]
|
|
||||||
# Filesystem size in MiB
|
|
||||||
filesystem_size = 512
|
|
||||||
# Do not prompt if settings are not defined
|
|
||||||
prompt = false
|
|
||||||
|
|
||||||
# Package settings
|
|
||||||
[packages]
|
|
||||||
audiod = {}
|
|
||||||
bash = {}
|
|
||||||
bootloader = {}
|
|
||||||
ca-certificates = {}
|
|
||||||
contain = {}
|
|
||||||
coreutils = {}
|
|
||||||
diffutils = {}
|
|
||||||
extrautils = {}
|
|
||||||
findutils = {}
|
|
||||||
#installer = {} # failure to build ring
|
|
||||||
ion = {}
|
|
||||||
netdb = {}
|
|
||||||
#netsurf = {} # lots of porting issues
|
|
||||||
orbdata = {}
|
|
||||||
orbital = {}
|
|
||||||
orbterm = {}
|
|
||||||
orbutils = {}
|
|
||||||
#pkgutils = {} # failure to build ring
|
|
||||||
redoxfs = {}
|
|
||||||
relibc = {}
|
|
||||||
resist = {}
|
|
||||||
smith = {}
|
|
||||||
userutils = {}
|
|
||||||
uutils = {}
|
|
||||||
|
|
||||||
git = {}
|
|
||||||
curl = {}
|
|
||||||
vim = {}
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
path = "/etc/init.d/20_orbital"
|
|
||||||
data = """
|
|
||||||
audiod
|
|
||||||
orbital orblogin launcher
|
|
||||||
"""
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
path = "/etc/init.d/30_console"
|
|
||||||
data = """
|
|
||||||
getty 2
|
|
||||||
getty debug: -J
|
|
||||||
"""
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
path = "/etc/pkg.d/50_redox"
|
|
||||||
data = "https://static.redox-os.org/pkg"
|
|
|
@ -1,81 +0,0 @@
|
||||||
# Configuration for development, includes cargo and rustc
|
|
||||||
|
|
||||||
include = ["../net.toml"]
|
|
||||||
|
|
||||||
# General settings
|
|
||||||
[general]
|
|
||||||
# Filesystem size in MiB
|
|
||||||
filesystem_size = 2048
|
|
||||||
# Do not prompt if settings are not defined
|
|
||||||
prompt = false
|
|
||||||
|
|
||||||
# Package settings
|
|
||||||
[packages]
|
|
||||||
audiod = {}
|
|
||||||
bash = {}
|
|
||||||
bootloader = {}
|
|
||||||
ca-certificates = {}
|
|
||||||
contain = {}
|
|
||||||
coreutils = {}
|
|
||||||
diffutils = {}
|
|
||||||
drivers = {}
|
|
||||||
extrautils = {}
|
|
||||||
findutils = {}
|
|
||||||
installer = {}
|
|
||||||
installer-gui = {}
|
|
||||||
ion = {}
|
|
||||||
netdb = {}
|
|
||||||
netsurf = {}
|
|
||||||
orbdata = {}
|
|
||||||
orbital = {}
|
|
||||||
orbterm = {}
|
|
||||||
orbutils = {}
|
|
||||||
pkgutils = {}
|
|
||||||
redoxfs = {}
|
|
||||||
relibc = {}
|
|
||||||
resist = {}
|
|
||||||
smith = {}
|
|
||||||
userutils = {}
|
|
||||||
uutils = {}
|
|
||||||
|
|
||||||
# CLI programs
|
|
||||||
|
|
||||||
curl = {}
|
|
||||||
git = {}
|
|
||||||
terminfo = {}
|
|
||||||
vim = {}
|
|
||||||
|
|
||||||
|
|
||||||
# Development tools
|
|
||||||
cargo = {}
|
|
||||||
crates-io-index = {}
|
|
||||||
gcc13 = {}
|
|
||||||
gnu-binutils = {}
|
|
||||||
gnu-make = {}
|
|
||||||
rust = {}
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
path = "/home/user/example.rs"
|
|
||||||
data = """
|
|
||||||
fn main() {
|
|
||||||
println!("Hello, Redox!");
|
|
||||||
}
|
|
||||||
"""
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
path = "/etc/init.d/20_orbital"
|
|
||||||
data = """
|
|
||||||
audiod
|
|
||||||
orbital orblogin launcher
|
|
||||||
"""
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
path = "/etc/init.d/30_console"
|
|
||||||
data = """
|
|
||||||
getty 2
|
|
||||||
getty debug: -J
|
|
||||||
"""
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
path = "/etc/pkg.d/50_redox"
|
|
||||||
data = "https://static.redox-os.org/pkg"
|
|
|
@ -1,55 +0,0 @@
|
||||||
# Default desktop configuration
|
|
||||||
|
|
||||||
include = ["../net.toml"]
|
|
||||||
|
|
||||||
# General settings
|
|
||||||
[general]
|
|
||||||
# Filesystem size in MiB
|
|
||||||
filesystem_size = 256
|
|
||||||
# Do not prompt if settings are not defined
|
|
||||||
prompt = false
|
|
||||||
|
|
||||||
# Package settings
|
|
||||||
[packages]
|
|
||||||
audiod = {}
|
|
||||||
bash = {}
|
|
||||||
bootloader = {}
|
|
||||||
ca-certificates = {}
|
|
||||||
contain = {}
|
|
||||||
coreutils = {}
|
|
||||||
diffutils = {}
|
|
||||||
extrautils = {}
|
|
||||||
findutils = {}
|
|
||||||
#installer = {} # failure to build ring
|
|
||||||
ion = {}
|
|
||||||
netdb = {}
|
|
||||||
#netsurf = {} # lots of porting issues
|
|
||||||
orbdata = {}
|
|
||||||
orbital = {}
|
|
||||||
orbterm = {}
|
|
||||||
orbutils = {}
|
|
||||||
#pkgutils = {} # failure to build ring
|
|
||||||
redoxfs = {}
|
|
||||||
relibc = {}
|
|
||||||
resist = {}
|
|
||||||
smith = {}
|
|
||||||
userutils = {}
|
|
||||||
uutils = {}
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
path = "/etc/init.d/20_orbital"
|
|
||||||
data = """
|
|
||||||
audiod
|
|
||||||
orbital display:3/activate launcher
|
|
||||||
"""
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
path = "/etc/init.d/30_console"
|
|
||||||
data = """
|
|
||||||
getty display:2
|
|
||||||
getty debug: -J
|
|
||||||
"""
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
path = "/etc/pkg.d/50_redox"
|
|
||||||
data = "https://static.redox-os.org/pkg"
|
|
|
@ -1,48 +0,0 @@
|
||||||
# Default server configuration
|
|
||||||
|
|
||||||
include = ["../net.toml"]
|
|
||||||
|
|
||||||
# General settings
|
|
||||||
[general]
|
|
||||||
# Filesystem size in MiB
|
|
||||||
filesystem_size = 512
|
|
||||||
# Do not prompt if settings are not defined
|
|
||||||
prompt = false
|
|
||||||
|
|
||||||
# Package settings
|
|
||||||
[packages]
|
|
||||||
bash = {}
|
|
||||||
bootloader = {}
|
|
||||||
ca-certificates = {}
|
|
||||||
contain = {}
|
|
||||||
coreutils = {}
|
|
||||||
diffutils = {}
|
|
||||||
extrautils = {}
|
|
||||||
findutils = {}
|
|
||||||
# FIXME: failed to build
|
|
||||||
# installer = {}
|
|
||||||
ion = {}
|
|
||||||
netdb = {}
|
|
||||||
# FIXME: failed to build
|
|
||||||
# pkgutils = {}
|
|
||||||
redoxfs = {}
|
|
||||||
resist = {}
|
|
||||||
smith = {}
|
|
||||||
userutils = {}
|
|
||||||
uutils = {}
|
|
||||||
|
|
||||||
git = {}
|
|
||||||
curl = {}
|
|
||||||
vim = {}
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
path = "/etc/init.d/30_console"
|
|
||||||
data = """
|
|
||||||
inputd -A 2
|
|
||||||
getty 2
|
|
||||||
getty debug: -J
|
|
||||||
"""
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
path = "/etc/pkg.d/50_redox"
|
|
||||||
data = "https://static.redox-os.org/pkg"
|
|
Loading…
Reference in a new issue