enclaveos/scripts/busybox_init

15 lines
261 B
Plaintext
Executable File

#!/bin/busybox sh
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