aboutsummaryrefslogtreecommitdiff
path: root/meta-yerba/recipes-core/runit/runit-config/1
blob: 4288a23fa5da34c0eb7debf513fc9b4d6f188231 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
export PATH=/usr/bin:/bin:/sbin
mkdir -p /dev/pts /proc /sys
mount -t devpts devpts /dev/pts -o mode=0620,gid=5
mount -t proc proc /proc
mount -t sysfs sysfs /sys
mount -a
hostname -F /etc/hostname 2>/dev/null || hostname yerba-live