From 16ef1ebb3a60b8495cfe60ce02b62c1498ea3105 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Wed, 23 Dec 2020 10:11:49 -0700 Subject: [PATCH] Add ramfs to all initfs recipes --- initfs.toml | 2 +- initfs_coreboot.toml | 2 ++ initfs_live.toml | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/initfs.toml b/initfs.toml index d4b13ee..40efcf5 100644 --- a/initfs.toml +++ b/initfs.toml @@ -9,8 +9,8 @@ prompt = false [packages] drivers = {} init = {} -#pciids = {} nulld = {} +#pciids = {} ramfs = {} randd = {} redoxfs = {} diff --git a/initfs_coreboot.toml b/initfs_coreboot.toml index 49755f2..e088f80 100644 --- a/initfs_coreboot.toml +++ b/initfs_coreboot.toml @@ -11,6 +11,7 @@ drivers = {} init = {} nulld = {} #pciids = {} +ramfs = {} randd = {} redoxfs = {} zerod = {} @@ -26,6 +27,7 @@ randd vesad T T G stdio display:1 ps2d us +ramfs logging pcid /etc/pcid/initfs.toml redoxfs disk/live: file cd file: diff --git a/initfs_live.toml b/initfs_live.toml index 49755f2..e088f80 100644 --- a/initfs_live.toml +++ b/initfs_live.toml @@ -11,6 +11,7 @@ drivers = {} init = {} nulld = {} #pciids = {} +ramfs = {} randd = {} redoxfs = {} zerod = {} @@ -26,6 +27,7 @@ randd vesad T T G stdio display:1 ps2d us +ramfs logging pcid /etc/pcid/initfs.toml redoxfs disk/live: file cd file: