- Log in to post comments
# download image
wget http://konilope.linuxeries.org/hdt/hdt-0_3_4.c32 -P /var/lib/tftpboot/
# create pxe config file
cat < /var/lib/tftpboot/pxelinux.cfg/hdt.conf
LABEL linux
MENU LABEL Hardware Detection Tool
kernel hdt-0_3_4.c32
EOF
# add to pxe default config
echo "MENU INCLUDE pxelinux.cfg/hdt.conf" >> /var/lib/tftpboot/pxelinux.cfg/default
# Links
http://www.hdt-project.org/