micro-utils/configs/rc.init

10 lines
249 B
Plaintext
Raw Normal View History

#!/bin/sh
echo "Mounting.."
2023-12-24 09:37:42 +00:00
mount -o nosuid,noexec,nodev -t proc proc /proc
mount -o nosuid,noexec,nodev -t sysfs sysfs /sys
mount -o gid=5,mode=0620 -t devtmpfs /dev
mount -o nosuid,noexec,nodev,mode=0777 -t tmpfs /tmp
echo "Starting shell..."
sh