Add ramfs to all initfs recipes
This commit is contained in:
parent
1d01a7bd01
commit
16ef1ebb3a
|
@ -9,8 +9,8 @@ prompt = false
|
||||||
[packages]
|
[packages]
|
||||||
drivers = {}
|
drivers = {}
|
||||||
init = {}
|
init = {}
|
||||||
#pciids = {}
|
|
||||||
nulld = {}
|
nulld = {}
|
||||||
|
#pciids = {}
|
||||||
ramfs = {}
|
ramfs = {}
|
||||||
randd = {}
|
randd = {}
|
||||||
redoxfs = {}
|
redoxfs = {}
|
||||||
|
|
|
@ -11,6 +11,7 @@ drivers = {}
|
||||||
init = {}
|
init = {}
|
||||||
nulld = {}
|
nulld = {}
|
||||||
#pciids = {}
|
#pciids = {}
|
||||||
|
ramfs = {}
|
||||||
randd = {}
|
randd = {}
|
||||||
redoxfs = {}
|
redoxfs = {}
|
||||||
zerod = {}
|
zerod = {}
|
||||||
|
@ -26,6 +27,7 @@ randd
|
||||||
vesad T T G
|
vesad T T G
|
||||||
stdio display:1
|
stdio display:1
|
||||||
ps2d us
|
ps2d us
|
||||||
|
ramfs logging
|
||||||
pcid /etc/pcid/initfs.toml
|
pcid /etc/pcid/initfs.toml
|
||||||
redoxfs disk/live: file
|
redoxfs disk/live: file
|
||||||
cd file:
|
cd file:
|
||||||
|
|
|
@ -11,6 +11,7 @@ drivers = {}
|
||||||
init = {}
|
init = {}
|
||||||
nulld = {}
|
nulld = {}
|
||||||
#pciids = {}
|
#pciids = {}
|
||||||
|
ramfs = {}
|
||||||
randd = {}
|
randd = {}
|
||||||
redoxfs = {}
|
redoxfs = {}
|
||||||
zerod = {}
|
zerod = {}
|
||||||
|
@ -26,6 +27,7 @@ randd
|
||||||
vesad T T G
|
vesad T T G
|
||||||
stdio display:1
|
stdio display:1
|
||||||
ps2d us
|
ps2d us
|
||||||
|
ramfs logging
|
||||||
pcid /etc/pcid/initfs.toml
|
pcid /etc/pcid/initfs.toml
|
||||||
redoxfs disk/live: file
|
redoxfs disk/live: file
|
||||||
cd file:
|
cd file:
|
||||||
|
|
Loading…
Reference in a new issue