Crux
Aus VDR Wiki
(Unterschied zwischen Versionen)
(→ISO anpassen) |
(→Tipps) |
||
| Zeile 16: | Zeile 16: | ||
==Tipps== | ==Tipps== | ||
| + | ===VDR 1.5.3=== | ||
| + | Fonts installieren. | ||
| + | |||
| + | shell> prt-get depinst x11-fonts-corefonts | ||
| + | |||
| + | '''font.h''' anpassen -> übersetzen | ||
| + | |||
| + | <pre> | ||
| + | - #define FONTDIR "/usr/share/fonts/truetype" | ||
| + | + #define FONTDIR "/usr/share/fonts/corefonts" | ||
| + | </pre> | ||
| + | |||
===ISO anpassen=== | ===ISO anpassen=== | ||
* iso mounten | * iso mounten | ||
Version vom 10. Juni 2007, 18:23 Uhr
Inhaltsverzeichnis |
Allgemein
Crux ist eine Linux-Distribution.
Eine Review von Till Biedermann ist hier zu finden http://www.pl-berichte.de/berichte/cruxlinux2.html (allerdings 2.0).
Vor- und Nachteile
- Port System ist etwas rudimentär.
- Kein Mirror System vorhanden.
- Kein (N)ational (L)anguage (S)upport.
+ Sehr übersichtlich.
+ Kurze Bootzeiten.
Installations-anleitungen
Tipps
VDR 1.5.3
Fonts installieren.
shell> prt-get depinst x11-fonts-corefonts
font.h anpassen -> übersetzen
- #define FONTDIR "/usr/share/fonts/truetype" + #define FONTDIR "/usr/share/fonts/corefonts"
ISO anpassen
- iso mounten
mount -t iso9660 -o ro,loop=/dev/loop0 /tmp/crux-2.3.iso /mnt/iso
- kopieren
cp -rv /mnt/iso /tmp/newiso
- ins verzeichnis wechseln
cd /tmp/newiso
- neues iso erstellen
mkisofs -publisher CRUX -R -l -L -J -V CRUX -A CRUX -b boot/isolinux/isolinux.bin -c boot/isolinux/isolinux.boot -no-emul-boot -boot-load-size 4 -boot-info-table -o /tmp/crux-2.3-new.iso /tmp/newiso