Template for dev
This commit is contained in:
parent
bbb147cdba
commit
96044654b0
27
config/dev.toml
Normal file
27
config/dev.toml
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
# Configuration for development, includes cargo and rustc
|
||||||
|
|
||||||
|
include = ["desktop.toml"]
|
||||||
|
|
||||||
|
# General settings
|
||||||
|
[general]
|
||||||
|
# Filesystem size in MiB
|
||||||
|
filesystem_size = 2048
|
||||||
|
# Do not prompt if settings are not defined
|
||||||
|
prompt = false
|
||||||
|
|
||||||
|
# Package settings
|
||||||
|
[packages]
|
||||||
|
cargo = {}
|
||||||
|
crates-io-index = {}
|
||||||
|
gcc13 = {}
|
||||||
|
gnu-binutils = {}
|
||||||
|
gnu-make = {}
|
||||||
|
rust = {}
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
path = "/home/user/example.rs"
|
||||||
|
data = """
|
||||||
|
fn main() {
|
||||||
|
println!("Hello, Redox!");
|
||||||
|
}
|
||||||
|
"""
|
|
@ -1,80 +1,3 @@
|
||||||
# Configuration for development, includes cargo and rustc
|
# Configuration for development, includes cargo and rustc
|
||||||
|
|
||||||
include = ["../net.toml"]
|
include = ["../dev.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 = {}
|
|
||||||
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"
|
|
||||||
|
|
|
@ -27,6 +27,7 @@ redoxfs = {}
|
||||||
relibc = {}
|
relibc = {}
|
||||||
resist = {}
|
resist = {}
|
||||||
smith = {}
|
smith = {}
|
||||||
|
terminfo = {}
|
||||||
userutils = {}
|
userutils = {}
|
||||||
uutils = {}
|
uutils = {}
|
||||||
vim = {}
|
vim = {}
|
||||||
|
|
|
@ -1,80 +1,3 @@
|
||||||
# Configuration for development, includes cargo and rustc
|
# Configuration for development, includes cargo and rustc
|
||||||
|
|
||||||
include = ["../net.toml"]
|
include = ["../dev.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 = {}
|
|
||||||
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"
|
|
||||||
|
|
Loading…
Reference in a new issue