]> xenbits.xensource.com Git - xentesttools/bootstrap.git/commitdiff
boot: Add another option for test=netstatic which will
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 26 Jun 2012 14:05:45 +0000 (10:05 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 26 Jun 2012 14:05:45 +0000 (10:05 -0400)
bootup a guest with a static IP set for eth0.

Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
boot/isolinux/isolinux.cfg

index 5baa6be968f7e13b840a23ac07e432aef170fc57..e80ca892fb588e0d71e9c8d85bc7b862200f3e33 100755 (executable)
@@ -10,6 +10,11 @@ LABEL Network test
        KERNEL vmlinuz
        APPEND initrd=initramf.gz  console=ttyS0,115200 test=net nofb
 
+LABEL Static Network test
+       MENU LABEL Static Network test
+       KERNEL vmlinuz
+       APPEND initrd=initramf.gz  console=ttyS0,115200 test=netstatic nofb
+
 LABEL Serial Line ^Console
        MENU LABEL Serial Line ^Console
        KERNEL vmlinuz