HDT (Hardware Detection Tool) zeigt detaillierte Informationen über x86-kompatible Systeme an. Nachdem Herunterladen von HDT in das tftpboot-Verzeichnis
1 2 |
# mkdir -p /var/lib/tftpboot/hdt # curl http://hdt-project.org/raw-attachment/wiki/hdt-0.5.0/hdt-0.5.2.img -o /var/lib/tftpboot/hdt/hdt-0.5.2.img |
noch einen Eintrag in pxelinux.cfg/default
hinzufügen
1 2 3 4 5 6 7 8 |
# cat << eof>> /var/lib/tftpboot/pxelinux.cfg/default # Hardware Detection Tool label live-hdt menu label Hardware Detection Tool linux memdisk initrd hdt/hdt-0.5.2.img EOF |
und fertig.