mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-05-05 19:19:35 +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
|