# HG changeset patch # User iap10@labyrinth.cl.cam.ac.uk # Date 1089649909 0 # Node ID 9dc267c240e712a11333c1a7065a67df3a0d79d5 # Parent 380963a0e1a5de3d2dcb747ea7a2946f45e4fb0c bitkeeper revision 1.1062.4.1 (40f2bcf53gcaS9OsNyD24qwazvX8ug) Work around Linux 2.6 bug by always setting an NFS server on the ip= section of a kernel command line. We use the dummy value of '1.2.3.4'. Barf. diff -r 380963a0e1a5 -r 9dc267c240e7 tools/python/xen/xm/create.py --- a/tools/python/xen/xm/create.py Mon Jul 12 08:25:22 2004 +0000 +++ b/tools/python/xen/xm/create.py Mon Jul 12 16:31:49 2004 +0000 @@ -348,7 +348,7 @@ def preprocess_ip(opts, vals): or vals.gateway or vals.dhcp or vals.interface) if not setip: return ip = (vals.ip - + ':' + + ':' + '1.2.3.4' + ':' + vals.gateway + ':' + vals.netmask + ':' + vals.hostname