Inhaltsverzeichnis

Knoppixworkshop Anfängerteil

Knoppix Einführung

Knoppix mit 3d Desktop starten

Knoppix Einstellungen speichern

Netzwerk

Netzwerk einrichten

Proxy an HAK Tamsweg einstellen

Firmware für Wlankarte nachinstallieren

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

Vortäuschen, Administrator zu sein

fakeroot

Bsp.: fakeroot alien –to-deb VMware-player-2.0.0.-…i386.rpm

Knoppixworkshop Remastering

...
# 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

vi Bootfiles/isolinux.cfg
:%s/lang=de /lang=de desktop=icewm /g