diff --git a/config/aarch64/demo.toml b/config/aarch64/demo.toml deleted file mode 100644 index 07a0e30..0000000 --- a/config/aarch64/demo.toml +++ /dev/null @@ -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" diff --git a/config/aarch64/desktop.toml b/config/aarch64/desktop.toml deleted file mode 100644 index 0e4c999..0000000 --- a/config/aarch64/desktop.toml +++ /dev/null @@ -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" diff --git a/config/aarch64/dev.toml b/config/aarch64/dev.toml deleted file mode 100644 index 604a356..0000000 --- a/config/aarch64/dev.toml +++ /dev/null @@ -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" diff --git a/config/aarch64/jeremy.toml b/config/aarch64/jeremy.toml deleted file mode 100644 index a9cfaae..0000000 --- a/config/aarch64/jeremy.toml +++ /dev/null @@ -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" diff --git a/config/aarch64/server.toml b/config/aarch64/server.toml deleted file mode 100644 index 3e684fb..0000000 --- a/config/aarch64/server.toml +++ /dev/null @@ -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"