From 5bf4994405870156c2b2f9480afc4e4b77fe7c41 Mon Sep 17 00:00:00 2001 From: Egor Karavaev Date: Sat, 10 Jun 2017 08:54:39 +0300 Subject: [PATCH] Change the default mac to a valid value. --- filesystem.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filesystem.toml b/filesystem.toml index 355a1bb..d3bcdef 100644 --- a/filesystem.toml +++ b/filesystem.toml @@ -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"