diff options
| author | Arslaan Pathan <[email protected]> | 2026-06-01 22:41:22 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-06-01 22:41:22 +1200 |
| commit | ec28c3562b601c217229400f95ae790a380aa29c (patch) | |
| tree | 3e801ecc3fd3c2bdb9e771a884e35d3b65072378 /initramfs_init | |
| download | yerbalinux-ec28c3562b601c217229400f95ae790a380aa29c.tar.xz yerbalinux-ec28c3562b601c217229400f95ae790a380aa29c.zip | |
Initial commit
Diffstat (limited to 'initramfs_init')
| -rw-r--r-- | initramfs_init | 10 |
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 |
