Add random number scheme, update userutils to use it
This commit is contained in:
parent
c4d3257868
commit
ead01ea2da
9 changed files with 71 additions and 6 deletions
|
@ -1,3 +1,4 @@
|
|||
randd
|
||||
initfs:bin/pcid /etc/pcid.toml
|
||||
ethernetd
|
||||
arpd
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
root;F3C2DB8A2B386A467FE3BA116DD2D2E3EAAE98546FCC8321FDBD4C1F6D65A2;0;0;root;file:root;file:bin/ion
|
||||
root;$argon2i$m=4096,t=10,p=1$Tnc4UVV0N00$ML9LIOujd3nmAfkAwEcSTMPqakWUF0OUiLWrIy0nGLk;0;0;root;file:root;file:bin/ion
|
||||
user;;1000;1000;user;file:home/user;file:bin/ion
|
||||
|
|
|
@ -3,11 +3,11 @@ name = "E1000 NIC"
|
|||
class = 2
|
||||
vendor = 32902
|
||||
device = 4110
|
||||
command = ["file:bin/e1000d", "$BAR0", "$IRQ"]
|
||||
command = ["e1000d", "$BAR0", "$IRQ"]
|
||||
|
||||
[[drivers]]
|
||||
name = "RTL8168 NIC"
|
||||
class = 2
|
||||
vendor = 4332
|
||||
device = 33128
|
||||
command = ["file:bin/rtl8168d", "$BAR2", "$IRQ"]
|
||||
command = ["rtl8168d", "$BAR2", "$IRQ"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue