userinstall

Changeset

77:66e1c5bb8c78
2015-01-15 Paul Boddie raw files shortlog changelog graph Removed the superfluous MAC address from the network options.
uml-do (file)
     1.1 --- a/uml-do	Thu Jan 15 21:19:10 2015 +0100
     1.2 +++ b/uml-do	Thu Jan 15 21:24:42 2015 +0100
     1.3 @@ -41,7 +41,7 @@
     1.4  # Test for networking.
     1.5  
     1.6  if [ "$1" = '--net' ]; then
     1.7 -        UML_NETWORKING="$NETDEVICE=tuntap,$TUNDEVICE,fe:fd:0:0:0:1,$HOSTADDRESS"
     1.8 +        UML_NETWORKING="$NETDEVICE=tuntap,$TUNDEVICE,,$HOSTADDRESS"
     1.9          xhost +"$GUESTADDRESS"
    1.10          shift 1
    1.11  fi