aboutsummaryrefslogtreecommitdiff
path: root/initramfs_init
diff options
context:
space:
mode:
Diffstat (limited to 'initramfs_init')
-rw-r--r--initramfs_init10
1 files changed, 10 insertions, 0 deletions
diff --git a/initramfs_init b/initramfs_init
new file mode 100644
index 0000000..0479358
--- /dev/null
+++ b/initramfs_init
@@ -0,0 +1,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