enclaveos/scripts/busybox_init

15 lines
261 B
Plaintext
Raw Normal View History

#!/bin/busybox sh
2022-07-09 07:52:53 +00:00
busybox mount -t devtmpfs none /dev
busybox mkdir -p /dev/pts
busybox mount -t devpts none /dev/pts
busybox mount -t sysfs none /sys
busybox mount -t proc none /proc
/bin/busybox --install
touch /etc/hosts
touch /etc/fstab
/bin/busybox sh