diff --git a/bin/uml_run b/bin/uml_run index bce19e3..f09323f 100755 --- a/bin/uml_run +++ b/bin/uml_run @@ -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" diff --git a/uml.tar.gz b/uml.tar.gz index c707a2e..e24197d 100644 Binary files a/uml.tar.gz and b/uml.tar.gz differ