Crux
Aus VDR Wiki
(Unterschied zwischen Versionen)
(→Installations-anleitungen) |
K (→Vor- und Nachteile) |
||
Zeile 8: | Zeile 8: | ||
<code>-</code> Port System ist etwas ''rudimentär''.<br> | <code>-</code> Port System ist etwas ''rudimentär''.<br> | ||
<code>-</code> Kein Mirror System vorhanden.<br> | <code>-</code> Kein Mirror System vorhanden.<br> | ||
− | |||
<code>+</code> Sehr übersichtlich.<br> | <code>+</code> Sehr übersichtlich.<br> | ||
<code>+</code> Kurze Bootzeiten.<br> | <code>+</code> Kurze Bootzeiten.<br> |
Version vom 24. Dezember 2008, 23:17 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.
+
Sehr übersichtlich.
+
Kurze Bootzeiten.
Installations-anleitungen
Tipps
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
Siehe auch: http://crux.nu/Public/BuildingISO