mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 14:25:02 +00:00
11 lines
192 B
Plaintext
11 lines
192 B
Plaintext
# SparkOS Network Configuration
|
|
# Wired networking only for bootstrapping
|
|
|
|
# Loopback interface
|
|
auto lo
|
|
iface lo inet loopback
|
|
|
|
# Primary wired interface (DHCP)
|
|
auto eth0
|
|
iface eth0 inet dhcp
|