Remove /etc/net/mac

The mac address is now always fetched directly from the network card
This commit is contained in:
bjorn3 2024-02-28 09:40:46 +01:00
parent 4cf64316b9
commit 477580b936

View file

@ -49,9 +49,3 @@ path = "/etc/net/ip_subnet"
data = """
255.255.255.0
"""
[[files]]
path = "/etc/net/mac"
data = """
54-52-00-ab-cd-ef
"""