aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/initrdscripts/files/init-boot.sh
blob: 9d804fc3a796c065ea3fdf9f1390dad507128adc (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

mkdir /proc
mkdir /sys
mount -t proc proc /proc
mount -t sysfs sysfs /sys

exec sh