From 155c2bd565900b9fdc00319b84a8fd6892bc4958 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Mon, 9 Mar 2009 13:41:23 +0000 Subject: Rename "restore" entry when booting with syslinux --- src/common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/common.inc b/src/common.inc index a72b819..731c23e 100644 --- a/src/common.inc +++ b/src/common.inc @@ -881,11 +881,11 @@ dup "harddisk" eq { pop txt_boot_harddisk return } if dup "mediachk" eq { pop txt_mediacheck return } if dup "mediacheck" eq { pop txt_mediacheck return } if + dup "restore" eq { pop txt_restore return } if } { dup "linux" eq { pop txt_linux return } if dup "failsafe" eq { pop txt_safe_linux return } if dup "windows" eq { pop txt_windows return } if - dup "restore" eq { pop txt_restore return } if dup "2.6" strstr 1 eq { txt_linux_kernel_version kernel_str sprintf kernel_str return } if } ifelse -- cgit v1.2.1