Merge branch 'add_pciids_option_to_fs_and_initfs' into 'master'

Add pciids option to fs and initfs configs.

See merge request redox-os/redox!1244
This commit is contained in:
Jeremy Soller 2020-07-20 00:25:51 +00:00
commit 88915257ec
8 changed files with 8 additions and 0 deletions

View file

@ -104,6 +104,7 @@ logd = {}
#osdemo = {} #osdemo = {}
#pastel = {} #pastel = {}
#patch = {} #patch = {}
#pciids = {}
#pcre = {} #pcre = {}
#periodictable = {} #periodictable = {}
#perl = {} #perl = {}

View file

@ -107,6 +107,7 @@ orbutils-orblogin = {}
#osdemo = {} #osdemo = {}
#pastel = {} #pastel = {}
#patch = {} #patch = {}
#pciids = {}
#pcre = {} #pcre = {}
#periodictable = {} #periodictable = {}
#perl = {} #perl = {}

View file

@ -107,6 +107,7 @@ orbutils = {}
#osdemo = {} #osdemo = {}
#pastel = {} #pastel = {}
#patch = {} #patch = {}
#pciids = {}
#pcre = {} #pcre = {}
#periodictable = {} #periodictable = {}
#perl = {} #perl = {}

View file

@ -104,6 +104,7 @@ logd = {}
#osdemo = {} #osdemo = {}
#pastel = {} #pastel = {}
#patch = {} #patch = {}
#pciids = {}
#pcre = {} #pcre = {}
#periodictable = {} #periodictable = {}
#perl = {} #perl = {}

View file

@ -104,6 +104,7 @@ netutils = {}
#osdemo = {} #osdemo = {}
#pastel = {} #pastel = {}
#patch = {} #patch = {}
#pciids = {}
#pcre = {} #pcre = {}
#periodictable = {} #periodictable = {}
#perl = {} #perl = {}

View file

@ -9,6 +9,7 @@ prompt = false
[packages] [packages]
drivers = {} drivers = {}
init = {} init = {}
#pciids = {}
nulld = {} nulld = {}
ramfs = {} ramfs = {}
randd = {} randd = {}

View file

@ -10,6 +10,7 @@ prompt = false
drivers = {} drivers = {}
init = {} init = {}
nulld = {} nulld = {}
#pciids = {}
randd = {} randd = {}
redoxfs = {} redoxfs = {}
zerod = {} zerod = {}

View file

@ -10,6 +10,7 @@ prompt = false
drivers = {} drivers = {}
init = {} init = {}
nulld = {} nulld = {}
#pciids = {}
randd = {} randd = {}
redoxfs = {} redoxfs = {}
zerod = {} zerod = {}