Added SLIRP

This commit is contained in:
sleirsgoevy 2017-12-10 20:40:39 +03:00
parent 5427ff5cec
commit 21991de60c
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash
echo "$1" > "$APP/uml_command"
TEMP="$APP" "$APP/uml/uml" root=/dev/root rw rootflags=/ rootfstype=hostfs init="$APP/uml/init" mem=${MEM}M quiet app="$APP"
TEMP="$APP" "$APP/uml/uml" root=/dev/root rw rootflags=/ rootfstype=hostfs init="$APP/uml/init" eth0=slirp,10.0.2.15,"$APP/uml/slirp" mem=${MEM}M quiet app="$APP"
rm "$APP/uml_command"

Binary file not shown.