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