From a4b99122ebb1fa64e41f76a22bde7aa0fb997d37 Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Tue, 2 Jun 2026 20:48:19 +1200 Subject: 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) --- initramfs_init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'initramfs_init') 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 -- cgit v1.2.3