Sha256: 5829655c7d260a8aa5c381291c11c6e56392c2add44df20b1b83dfa41d79c083
Contents?: true
Size: 618 Bytes
Versions: 3
Compression:
Stored size: 618 Bytes
Contents
# Network config for Archlinux # # This should work for every systemd powered system - mtu: "1492" - set_hostname: - exec_in: echo $$hostname > /etc/hostname - enable_network: - exec_in: chkconfig network on - set_host: - exec_in: echo "127.0.0.1 localhost $$hostname" > /etc/hosts - set_interface: - write_in: - /etc/sysconfig/network-scripts/ifcfg-eth0 - | DEVICE=eth0 BOOTPROTO=dhcp ONBOOT=yes HOSTNAME=$$hostname NM_CONTROLLED=no TYPE=Ethernet MTU=$$mtu - write_in: - /etc/sysconfig/network - | NETWORKING=yes HOSTNAME=$$hostname
Version data entries
3 entries across 3 versions & 1 rubygems