2022-07-09 00:37:00 +00:00
|
|
|
#!/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
|
2022-07-09 00:37:00 +00:00
|
|
|
|
|
|
|
/bin/busybox --install
|
|
|
|
|
|
|
|
touch /etc/hosts
|
|
|
|
touch /etc/fstab
|
|
|
|
|
|
|
|
/bin/busybox sh
|