mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 06:44:18 +08:00
Merge branch 'master' of https://github.com/redox-os/redox
This commit is contained in:
commit
6cd39073e9
2
cookbook
2
cookbook
@ -1 +1 @@
|
||||
Subproject commit 6506f88a23e98ab8446dfb4285cea25a46563bcc
|
||||
Subproject commit cbe3379475f2f0c71da1123344197ccac0fd5c29
|
||||
@ -58,6 +58,7 @@ path = "/etc/init.d/10_net"
|
||||
data = """
|
||||
ethernetd
|
||||
ipd
|
||||
icmpd
|
||||
tcpd
|
||||
udpd
|
||||
dhcpd -b
|
||||
@ -94,7 +95,7 @@ data = "255.255.255.0"
|
||||
|
||||
[[files]]
|
||||
path = "/etc/net/mac"
|
||||
data = "00.00.00.00.00.00"
|
||||
data = "54-52-00-ab-cd-ef"
|
||||
|
||||
[[files]]
|
||||
path = "/etc/pkg.d/50_redox"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user