From: Konrad Rzeszutek Wilk Date: Wed, 8 May 2013 14:17:56 +0000 (-0400) Subject: boot: No need for ip=eth0::... it slows down the bootup. X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=33800a1da48e286c28abfab47d9814ca3830741d;p=xentesttools%2Fbootstrap.git boot: No need for ip=eth0::... it slows down the bootup. Signed-off-by: Konrad Rzeszutek Wilk --- diff --git a/boot/isolinux/isolinux.cfg b/boot/isolinux/isolinux.cfg index e80ca89..dc3bf2d 100755 --- a/boot/isolinux/isolinux.cfg +++ b/boot/isolinux/isolinux.cfg @@ -23,9 +23,9 @@ LABEL Serial Line ^Console LABEL ^Xen Serial Linux Console MENU LABEL ^Xen Serial Linux Console KERNEL mboot.c32 - APPEND xen.gz com1=115200,8n1 apic=debug apic_verbosity=debug console=com1,vga loglvl=all guest_loglvl=all apic=debug --- vmlinuz debug ip=:::::eth0:dhcp console=tty console=hvc0 earlyprintk=xen loglevel=10 initcall_debug drm.debug=255 --- initramf.gz + APPEND xen.gz com1=115200,8n1 apic=debug apic_verbosity=debug console=com1,vga loglvl=all guest_loglvl=all apic=debug --- vmlinuz debug console=tty console=hvc0 earlyprintk=xen loglevel=10 initcall_debug drm.debug=255 --- initramf.gz LABEL ^VGA Console MENU LABEL ^VGA Console KERNEL vmlinuz - APPEND initrd=initramf.gz ip=:::::eth0:dhcp debug loglevel=10 + APPEND initrd=initramf.gz debug loglevel=10