define-alpine-the-sequel/runit/scripts/05-misc.sh

9 lines
187 B
Bash
Raw Permalink Normal View History

2023-01-16 15:14:20 +00:00
install -m0664 -o root -g utmp /dev/null /run/utmp
#halt -B # for wtmp
msg "Setting up loopback interface..."
ip link set up dev lo
msg "Setting hostname..."
hostname -F /etc/hostname