3db1168fbd
Turning off IPv6 by aliasing `net-pf-10` to `off` does not work anymore. Also, turning off IPv6 on system level breaks apps depending on IPv6 loopback or IPv6 link-local addresssing and creates issues in both dual-stack and IPv6-only environments. Signed-off-by: Ondřej Caletka <ondrej@caletka.cz>
6 lines
145 B
Bash
Executable File
6 lines
145 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
install -m 644 files/hostname "${ROOTFS_DIR}/etc/hostname"
|
|
|
|
ln -sf /dev/null "${ROOTFS_DIR}/etc/systemd/network/99-default.link"
|