From 3c4bb08f300527952067287fa205120eb0de3933 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Mon, 5 May 2008 14:39:04 -0400 Subject: Change default PXE behavior for local to "-1" which means next step in boot process as opposed to picking a specific drive. --- templates/pxedefault.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/pxedefault.template b/templates/pxedefault.template index bb09893..206c028 100644 --- a/templates/pxedefault.template +++ b/templates/pxedefault.template @@ -8,7 +8,7 @@ ONTIMEOUT local LABEL local MENU LABEL (local) MENU DEFAULT - LOCALBOOT 0 + LOCALBOOT -1 $pxe_menu_items -- cgit