burrow-pi-img/stage1/02-net-tweaks/00-run.sh

6 lines
145 B
Bash
Raw Normal View History

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