From ec28c3562b601c217229400f95ae790a380aa29c Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Mon, 1 Jun 2026 22:41:22 +1200 Subject: Initial commit --- initramfs_init | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 initramfs_init (limited to 'initramfs_init') 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 -- cgit v1.2.3