eto.init.sh Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of boot Show documentation
Show all versions of boot Show documentation
Instalação via Rede Objectos. A PXE server.
The newest version!
#!/bin/busybox sh
# Mount the /proc and /sys filesystems.
mount -t proc none /proc
mount -t sysfs none /sys
exec /bin/sh