From 65b86820f8578eed32561e35f2239e8116679880 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 25 Apr 2019 14:03:53 -0600 Subject: [PATCH] Move nulld, zerod, randd to initfs --- initfs.toml | 6 ++++++ initfs_coreboot.toml | 6 ++++++ initfs_live.toml | 6 ++++++ 3 files changed, 18 insertions(+) diff --git a/initfs.toml b/initfs.toml index a0a4cc1..d3d98bd 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 e1441c8..e1c7231 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 e1441c8..e1c7231 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