mirror of
https://github.com/Xe/furry-happiness
synced 2024-12-23 02:57:04 +00:00
5 lines
184 B
Bash
Executable File
5 lines
184 B
Bash
Executable File
#!/bin/sh
|
|
|
|
export TMP=/chroot
|
|
exec /chroot/tini /linux root=/dev/root rootflags=/chroot rootfstype=hostfs rw mem=128M udb0=alpine-root verbose eth0=slirp,,slirp-fullbolt init=/init.sh
|