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 /KITsudo mount -o dev,suid,loop kit.img /KITcd /KITsudo 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
makemake chroot in das Knoppix-Dateisystem wechseln, Software installierenapt-get updateapt-cache search mein_gewünschtes_programmapt-get install mein_gewünschtes_programmapt-get install xorg und apt-get install icewmapt-get install xorgconf-knoppix ddcxinfo-knoppix xsession-initscript-knoppix xsession-knoppixapt-get install xdialogvi 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