summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@mandriva.com>2009-03-06 15:26:10 +0000
committerChristophe Fergeau <cfergeau@mandriva.com>2009-03-06 15:26:10 +0000
commit73342f4e4641499009abaf3e32fe3ebe82cc2320 (patch)
tree3fe3bbef48bb1b1395f9225a154c7d97fa9faa8f /src
parentee397c31061eb572e6be7d413ba97d3ab23fc933 (diff)
downloadbootloader-theme-73342f4e4641499009abaf3e32fe3ebe82cc2320.tar
bootloader-theme-73342f4e4641499009abaf3e32fe3ebe82cc2320.tar.gz
bootloader-theme-73342f4e4641499009abaf3e32fe3ebe82cc2320.tar.bz2
bootloader-theme-73342f4e4641499009abaf3e32fe3ebe82cc2320.tar.xz
bootloader-theme-73342f4e4641499009abaf3e32fe3ebe82cc2320.zip
Human-readable string for "restore" boot entry
Diffstat (limited to 'src')
-rw-r--r--src/common.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common.inc b/src/common.inc
index ef336e7..cd4caa9 100644
--- a/src/common.inc
+++ b/src/common.inc
@@ -883,8 +883,9 @@
dup "mediacheck" eq { pop txt_mediacheck return } if
} {
dup "linux" eq { pop txt_linux return } if
- dup "failsafe" eq { pop txt_safe_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