From c1773c0509ba12168b486c5d984edd7f8ca303b2 Mon Sep 17 00:00:00 2001 From: Konrad Rzeszutek Wilk Date: Fri, 16 Mar 2012 12:15:06 -0400 Subject: [PATCH] isolinux: Make sure the first bootup is not using the static IPs. Signed-off-by: Konrad Rzeszutek Wilk --- boot/isolinux/isolinux.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/isolinux/isolinux.cfg b/boot/isolinux/isolinux.cfg index 761cc3f..5baa6be 100755 --- a/boot/isolinux/isolinux.cfg +++ b/boot/isolinux/isolinux.cfg @@ -8,7 +8,7 @@ MENU TITLE Bootable Options: LABEL Network test MENU LABEL Network test KERNEL vmlinuz - APPEND initrd=initramf.gz console=ttyS0,115200 test=netstatic nofb + APPEND initrd=initramf.gz console=ttyS0,115200 test=net nofb LABEL Serial Line ^Console MENU LABEL Serial Line ^Console -- 2.39.5