mirror of
https://github.com/adron-s/mtik_initrd_hacks.git
synced 2025-12-10 07:44:40 +01:00
7 lines
75 B
Bash
Executable file
7 lines
75 B
Bash
Executable file
#!/bin/sh
|
|
|
|
/bin/busybox --install /bin
|
|
|
|
mount -v proc /proc -n -t proc
|
|
|
|
sh
|