2016-04-11 02:29:41 -04:00
|
|
|
#!/bin/bash -e
|
|
|
|
|
2018-03-02 15:08:24 -05:00
|
|
|
install -m 644 files/ipv6.conf "${ROOTFS_DIR}/etc/modprobe.d/ipv6.conf"
|
|
|
|
install -m 644 files/hostname "${ROOTFS_DIR}/etc/hostname"
|
2016-04-11 02:29:41 -04:00
|
|
|
|
2018-03-02 15:08:24 -05:00
|
|
|
ln -sf /dev/null "${ROOTFS_DIR}/etc/systemd/network/99-default.link"
|