Files
patronageos/init.sh
2025-11-12 18:37:10 -07:00

9 lines
272 B
Bash

#!/bin/busybox sh
/bin/busybox mount -t devtmpfs devtmpfs /dev
/bin/busybox mount -t proc none /proc
/bin/busybox mount -t sysfs none /sys
#/bin/busybox ln -s "/lib/modules/" "/lib/modules/$(uname -r)"
#depmod -a
#/bin/busybox modprobe nbd max_part=2
exec /bin/busybox sh