aboutsummaryrefslogtreecommitdiff
path: root/initramfs_init
blob: 047935844a0bf603c76cff06b75da077f17edb67 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

mount -t proc none /proc
mount -t sysfs none /sys
mount -t devtmpfs none /dev

echo "Welcome to Yerba Linux!"
echo "You are now in a minimal BusyBox environment."

exec /bin/sh