From 3c7340c6aa30737fe04c9ea1ec8a5ea0a4f2e2a9 Mon Sep 17 00:00:00 2001 From: Thomas Bächler Date: Wed, 21 Jul 2010 23:54:05 +0200 Subject: Add HDT to the boot menu HDT is a hardware detection/info tool. It will show information about your hardware, including PCI devices. It will also show the names of the kernel modules that will support your devices. --- configs/syslinux-iso/boot-files/isolinux/isolinux.cfg | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'configs/syslinux-iso/boot-files/isolinux') diff --git a/configs/syslinux-iso/boot-files/isolinux/isolinux.cfg b/configs/syslinux-iso/boot-files/isolinux/isolinux.cfg index 3cac5da..a0d258e 100644 --- a/configs/syslinux-iso/boot-files/isolinux/isolinux.cfg +++ b/configs/syslinux-iso/boot-files/isolinux/isolinux.cfg @@ -56,6 +56,12 @@ LABEL memtest MENU LABEL Run Memtest86+ (RAM test) KERNEL /boot/memtest +# http://hdt-project.org/ +LABEL hdt +MENU LABEL Hardware Information (HDT) +KERNEL hdt.c32 +APPEND modules_alias=hdt/modalias.gz pciids=hdt/pciids.gz + # http://www.vortex.prodigynet.co.uk/x86test/ LABEL x86test MENU LABEL Run x86test (CPU test) -- cgit v1.2.3-70-g09d2