Add ramfs to all initfs recipes
This commit is contained in:
parent
1d01a7bd01
commit
16ef1ebb3a
|
@ -9,8 +9,8 @@ prompt = false
|
|||
[packages]
|
||||
drivers = {}
|
||||
init = {}
|
||||
#pciids = {}
|
||||
nulld = {}
|
||||
#pciids = {}
|
||||
ramfs = {}
|
||||
randd = {}
|
||||
redoxfs = {}
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue