aboutsummaryrefslogtreecommitdiff
path: root/initramfs_init
diff options
context:
space:
mode:
authorArslaan Pathan <[email protected]>2026-06-02 20:48:19 +1200
committerArslaan Pathan <[email protected]>2026-06-02 20:48:19 +1200
commita4b99122ebb1fa64e41f76a22bde7aa0fb997d37 (patch)
tree3a69a94ba5c4ebff6ab49fe9ab60e59a6243789c /initramfs_init
parent728d256cdbfd0ee314fce543fc403572c24f3b4e (diff)
downloadyerbalinux-a4b99122ebb1fa64e41f76a22bde7aa0fb997d37.tar.xz
yerbalinux-a4b99122ebb1fa64e41f76a22bde7aa0fb997d37.zip
Add checks to ensure we don't redundantly rebuild, add rootfs targets, add iso/limine targets, and more (aka. i forgot to commit for too long)
Diffstat (limited to 'initramfs_init')
-rw-r--r--initramfs_init4
1 files changed, 2 insertions, 2 deletions
diff --git a/initramfs_init b/initramfs_init
index 0479358..04afb60 100644
--- a/initramfs_init
+++ b/initramfs_init
@@ -3,8 +3,8 @@
mount -t proc none /proc
mount -t sysfs none /sys
mount -t devtmpfs none /dev
+mount -t tmpfs none /tmp
-echo "Welcome to Yerba Linux!"
-echo "You are now in a minimal BusyBox environment."
+echo "Mounted /dev, /proc, /sys, and /tmp respectively"
exec /bin/sh