diff --git a/config/acid.toml b/config/acid.toml index 66661b0562c4811e8c8bc3f7755bce1c014898fe..8185b48471f699110c0a91965f7d7088f565cbca 100644 --- a/config/acid.toml +++ b/config/acid.toml @@ -90,7 +90,7 @@ logd = {} #netutils = {} #newlib = {} #newlibtest = {} -nulld = {} +#nulld = {} #openjazz = {} #openssl = {} #openttd = {} @@ -115,7 +115,7 @@ nulld = {} ptyd = {} #python = {} #qemu = {} -randd = {} +#randd = {} #readline = {} # ncurses #redoxfs = {} #redox-ssh = {} @@ -156,7 +156,7 @@ randd = {} #webrender = {} #winit = {} #xz = {} -zerod = {} +#zerod = {} #zlib = {} # User settings @@ -174,9 +174,6 @@ password = "" [[files]] path = "/etc/init.d/00_base" data = """ -nulld -zerod -randd ipcd logd ptyd diff --git a/config/coreboot.toml b/config/coreboot.toml index 4fe8ff1fa70534fbef9fbd3820942ef2abc2bae8..4c8ea17c9c539d2136eba1eed6badac8aa537fa8 100644 --- a/config/coreboot.toml +++ b/config/coreboot.toml @@ -90,7 +90,7 @@ ipcd = {} #netutils = {} #newlib = {} #newlibtest = {} -nulld = {} +#nulld = {} #openjazz = {} #openssl = {} #openttd = {} @@ -118,7 +118,7 @@ orbutils-orblogin = {} ptyd = {} #python = {} #qemu = {} -randd = {} +#randd = {} #readline = {} # ncurses #redoxfs = {} #redox-ssh = {} @@ -159,7 +159,7 @@ uutils = {} #webrender = {} #winit = {} #xz = {} -zerod = {} +#zerod = {} #zlib = {} # User settings @@ -177,9 +177,6 @@ password = "" [[files]] path = "/etc/init.d/00_base" data = """ -nulld -zerod -randd ipcd #logd ptyd diff --git a/config/desktop.toml b/config/desktop.toml index c82bd72ff5064aa8fe5854f2ed0ed3188c2d8b93..c9f5546eecf7d20974e9ad28047c04d6d7ed0eba 100644 --- a/config/desktop.toml +++ b/config/desktop.toml @@ -90,7 +90,7 @@ netsurf = {} netutils = {} #newlib = {} #newlibtest = {} -nulld = {} +#nulld = {} #openjazz = {} #openssl = {} #openttd = {} @@ -115,7 +115,7 @@ pkgutils = {} ptyd = {} #python = {} #qemu = {} -randd = {} +#randd = {} #readline = {} # ncurses redoxfs = {} #redox-ssh = {} @@ -156,7 +156,7 @@ uutils = {} #webrender = {} #winit = {} #xz = {} -zerod = {} +#zerod = {} #zlib = {} # User settings @@ -174,9 +174,6 @@ password = "" [[files]] path = "/etc/init.d/00_base" data = """ -nulld -zerod -randd ipcd logd ptyd diff --git a/config/minimal.toml b/config/minimal.toml index 2da1175f3706ec4feac8b3398fe12c7897576a96..f080b370ac3255a90d818804a38ec7fe9b8a0e4f 100644 --- a/config/minimal.toml +++ b/config/minimal.toml @@ -90,7 +90,7 @@ logd = {} #netutils = {} #newlib = {} #newlibtest = {} -nulld = {} +#nulld = {} #openjazz = {} #openssl = {} #openttd = {} @@ -115,7 +115,7 @@ nulld = {} ptyd = {} #python = {} #qemu = {} -randd = {} +#randd = {} #readline = {} # ncurses #redoxfs = {} #redox-ssh = {} @@ -156,7 +156,7 @@ randd = {} #webrender = {} #winit = {} #xz = {} -zerod = {} +#zerod = {} #zlib = {} # User settings @@ -174,9 +174,6 @@ password = "" [[files]] path = "/etc/init.d/00_base" data = """ -nulld -zerod -randd ipcd logd ptyd diff --git a/config/server.toml b/config/server.toml index a15fdcbd57eb14d99bdf64effdb4d90e9aca2a07..da4cf27f681f47880ec312c4a2d1d8fd248287fd 100644 --- a/config/server.toml +++ b/config/server.toml @@ -90,7 +90,7 @@ netstack = {} netutils = {} #newlib = {} #newlibtest = {} -nulld = {} +#nulld = {} #openjazz = {} #openssl = {} #openttd = {} @@ -115,7 +115,7 @@ pkgutils = {} ptyd = {} #python = {} #qemu = {} -randd = {} +#randd = {} #readline = {} # ncurses redoxfs = {} #redox-ssh = {} @@ -156,7 +156,7 @@ uutils = {} #webrender = {} #winit = {} #xz = {} -zerod = {} +#zerod = {} #zlib = {} # User settings @@ -174,9 +174,6 @@ password = "" [[files]] path = "/etc/init.d/00_base" data = """ -nulld -zerod -randd ipcd logd ptyd diff --git a/initfs.toml b/initfs.toml index a0a4cc12de33da6786e20becab67d2aa3982ef97..d3d98bd532197f4e3042568bda9079d80dde6ac1 100644 --- a/initfs.toml +++ b/initfs.toml @@ -9,13 +9,19 @@ prompt = false [packages] drivers = {} init = {} +nulld = {} +randd = {} redoxfs = {} +zerod = {} [[files]] path="/etc/init.rc" data=""" export PATH /bin export TMPDIR /tmp +nulld +zerod +randd vesad T T G stdio display:1 ps2d us diff --git a/initfs_coreboot.toml b/initfs_coreboot.toml index e1441c85ccd84414d74514927e4300b18331e002..e1c7231e33fa451ca27529885b7c302fb9c9b488 100644 --- a/initfs_coreboot.toml +++ b/initfs_coreboot.toml @@ -9,13 +9,19 @@ prompt = false [packages] drivers = {} init = {} +nulld = {} +randd = {} redoxfs = {} +zerod = {} [[files]] path="/etc/init.rc" data=""" export PATH /bin export TMPDIR /tmp +nulld +zerod +randd vesad T T G stdio display:1 ps2d us diff --git a/initfs_live.toml b/initfs_live.toml index e1441c85ccd84414d74514927e4300b18331e002..e1c7231e33fa451ca27529885b7c302fb9c9b488 100644 --- a/initfs_live.toml +++ b/initfs_live.toml @@ -9,13 +9,19 @@ prompt = false [packages] drivers = {} init = {} +nulld = {} +randd = {} redoxfs = {} +zerod = {} [[files]] path="/etc/init.rc" data=""" export PATH /bin export TMPDIR /tmp +nulld +zerod +randd vesad T T G stdio display:1 ps2d us