Von Hersteller herunterladen und in /usr/lib/firmware/ oder/und in /usr/lib/hotplug/firmware/ speichern
für Gericom: http://www.ralinktech.com.tw/data/RT61_Firmware_V1.2.zip
fakeroot
Bsp.: fakeroot alien –to-deb VMware-player-2.0.0.-…i386.rpm
zcat kit.img.gz > kit.img
(~3.5 GB) (zcat entpackt Dateien und gibt sie auf der Standardausgabe aus)sudo mkdir /KIT
sudo mount -o dev,suid,loop kit.img /KIT
cd /KIT
sudo vi KNOPPIX_INITRD_ROOT/linuxrc
... # Do the actual mount if test -n "$UNIONFS" && /bin/mount -t unionfs -o "dirs=$UNION" /UNIONFS /UNIONFS; then ..
in
... # Do the actual mount if test -n "$UNIONFS" && /bin/mount -t aufs -o "br:$UNION" /UNIONFS /UNIONFS; then ...
und anschließend make initrd
make
make chroot
in das Knoppix-Dateisystem wechseln, Software installierenapt-get update
apt-cache search mein_gewünschtes_programm
apt-get install mein_gewünschtes_programm
apt-get install xorg
und apt-get install icewm
apt-get install xorgconf-knoppix ddcxinfo-knoppix xsession-initscript-knoppix xsession-knoppix
apt-get install xdialog
vi Bootfiles/isolinux.cfg :%s/lang=de /lang=de desktop=icewm /g
make clean postupgrade compressed
(Komprimiertes Image erzeugen)make cd
erstellenmake test
um erstelltes Image in qemu zu laden