aboutsummaryrefslogtreecommitdiff
path: root/meta-yerba/recipes-core/runit/runit-config/1
blob: e139ea1a1af6d1137910e99d1d9abb070082ae1e (plain)
1
2
3
4
5
6
7
#!/bin/sh
export PATH=/usr/bin:/bin:/sbin
mount -a
hostname -F /etc/hostname 2>/dev/null || hostname yerba-live

mkdir -p /dev/pts 
mount -t devpts none /dev/pts 2>/dev/null || true