summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@mandriva.com>2009-03-26 11:30:45 +0000
committerChristophe Fergeau <cfergeau@mandriva.com>2009-03-26 11:30:45 +0000
commit7392f6f52dc67a433b23197bd060ddfbd088b395 (patch)
treedb2551eea8a60572a591bdac0af527a33025dd45 /src
parentf4ce65ee9a23627b8571920707cd19908d944bd7 (diff)
downloadbootloader-theme-7392f6f52dc67a433b23197bd060ddfbd088b395.tar
bootloader-theme-7392f6f52dc67a433b23197bd060ddfbd088b395.tar.gz
bootloader-theme-7392f6f52dc67a433b23197bd060ddfbd088b395.tar.bz2
bootloader-theme-7392f6f52dc67a433b23197bd060ddfbd088b395.tar.xz
bootloader-theme-7392f6f52dc67a433b23197bd060ddfbd088b395.zip
Translate hdt entry to Hardware Detection Tool
Diffstat (limited to 'src')
-rw-r--r--src/common.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.inc b/src/common.inc
index 4818344..e591f76 100644
--- a/src/common.inc
+++ b/src/common.inc
@@ -881,6 +881,7 @@
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 "hdt" eq { pop txt_hdt return } if
} {
dup "linux" eq { pop txt_linux return } if
dup "failsafe" eq { pop txt_safe_linux return } if