search for: cmdline_ip

Displaying 6 results from an estimated 6 matches for "cmdline_ip".

2008 Dec 04
1
Bug#502123: [PATCH] Re: xen-hypervisor-unstable-amd64: Post update from 3.2 -> 3.3, initrd which previously worked fails
...) if vals.loader: - config_image.append([ 'loader', os.path.abspath(vals.loader) ]) -+ config_image.append([ 'loader', abspath(vals.kernel, 'boot') ]) ++ config_image.append([ 'loader', abspath(vals.loader, 'boot') ]) if vals.cmdline_ip: cmdline_ip = strip('ip=', vals.cmdline_ip) config_image.append(['ip', cmdline_ip])
2009 Jun 14
0
Bug#502123: xen-utils-unstable: Debian patch breaks paravirtualized guest initrd
...) if vals.loader: - config_image.append([ 'loader', os.path.abspath(vals.loader) ]) -+ config_image.append([ 'loader', abspath(vals.kernel, 'boot') ]) ++ config_image.append([ 'loader', abspath(vals.loader, 'boot') ]) if vals.cmdline_ip: cmdline_ip = strip('ip=', vals.cmdline_ip) config_image.append(['ip', cmdline_ip]) Anders
2005 Sep 08
4
Booting FreeBSD diskless in DomU
...tif.ip="+vfr_ipaddr[0] extra += ",boot.netif.netmask="+netmask extra = ",vfs.root.mountfrom=nfs:10.0.0.19:/FreeBSD53" extra += ",boot_verbose=yes" extra += ",boot_single=yes" #extra += ",boot_gdb=yes" #extra += ",boot_gdb_pause=yes" #cmdline_ip += ",init_path=/sbin:/sbin/init" # there is no real MAC address - need hack in device driver # cmdline_ip += ",boot.netif.hwaddr=00:00:00:00:00:00" # cmdline_ip += ",boot.nfsroot.server="+nfsserv # try: # cmdline_ip += ",boot.nfsroot.path="+nfspath # excep...
2004 Jul 23
5
help! error in creating a new domain
Maybe this question is a little stupid, but please help me. I am a newbie to Xen. When I tried to create a new domain "domain 1", I followed the Yan-Ching CHU''s guide on :installing quick file systems for new domains in Xen 1.2". But when I do "xc_dom_create.py -Dvmid=1", Xen seems to start to boot with some normal bootup information, but right after several
2006 Feb 27
13
[RFC] Bootloader configuration
...k <kernel''s method-param> [-r <ramdisk''s method-param>] \ -d <disk1> [ -d <disk2> ... ] and is expected to return, on stdout, any of these lines: kernel=/path/to/kernel/file ramdisk=/path/to/ramdisk/file extra=... root=... cmdline_ip=... If some of these are omitted, the config file''s version is used. This hopefully is generic enough to deal with, for example, Kurt''s mount -o loop approach, by defining a /usr/lib/xen/boot/bootload-loop script, as well as a ''grub'' method which will be a modi...
2013 Jul 31
29
[PATCH 0/9] tools: remove or disable old/useless/unused/unmainted stuff
depends on "autoconf: regenerate configure scripts with 4.4 version" This series removes some of the really old deadwood from the tools build and makes some other things which are on their way out configurable at build time with a default depending on how far down the slope I judge them to be. * nuke in tree copy of libaio * nuke obsolete tools: xsview, miniterm, lomount & sv *