mirror of
https://github.com/openRuyi-Project/openRuyi-zero.git
synced 2026-09-01 19:41:31 +00:00
6 lines
120 B
Bash
Executable File
6 lines
120 B
Bash
Executable File
#!/bin/sh
|
|
/bin/busybox --install -s /usr/bin
|
|
mount -a
|
|
exec </dev/console >/dev/console 2>/dev/console
|
|
exec busybox init
|