diff options
Diffstat (limited to 'initramfs_init')
| -rw-r--r-- | initramfs_init | 4 |
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 |
