mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-20 20:04:19 +08:00
Merge pull request #962 from batonius/default-mac
Change the default mac to a valid value.
This commit is contained in:
commit
f5677cc76f
@ -94,7 +94,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