Added SLIRP
This commit is contained in:
parent
5427ff5cec
commit
21991de60c
|
@ -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"
|
||||
|
|
BIN
uml.tar.gz
BIN
uml.tar.gz
Binary file not shown.
Loading…
Reference in New Issue