Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
knoppix_stick_remastering [2016/01/19 20:59] admin [Banner] |
knoppix_stick_remastering [2016/09/04 20:14] (aktuell) admin [Banner] |
||
---|---|---|---|
Zeile 32: | Zeile 32: | ||
==== Neues logo.16 (640x480) -> /mnt-system/boot/syslinux kopieren ==== | ==== Neues logo.16 (640x480) -> /mnt-system/boot/syslinux kopieren ==== | ||
+ | |||
+ | Neues Logo mit Hintergrundfarbe mit Inkscape erstellen und zusätzlich als logo.xcf speichern | ||
+ | logo.xcf mit Gimp öffnen - Bild > Modus > Indiziert > Max. Anzahl der Farben: 16 > Umwandeln | ||
+ | Bild exportieren und als PPM-Bild speichern | ||
ggf. apt-get install syslinux-utils für lss16toppm und ppmtolss16 | ggf. apt-get install syslinux-utils für lss16toppm und ppmtolss16 | ||
Zeile 46: | Zeile 50: | ||
==== /mnt-system/boot/syslinux/minirt.gz bearbeiten ==== | ==== /mnt-system/boot/syslinux/minirt.gz bearbeiten ==== | ||
+ | cd /d/knoppix/Remastering/vwa_stick_2016/minirt.gz | ||
gunzip minirt.gz | gunzip minirt.gz | ||
mkdir init_tmp | mkdir init_tmp | ||
cd init_tmp | cd init_tmp | ||
cpio -imvd --no-absolute-filenames -I ../minirt | cpio -imvd --no-absolute-filenames -I ../minirt | ||
- | make changes... to these files... then | + | vi init |
+ | DISTRO | ||
+ | message | ||
+ | <- make changes... to these files... then | ||
+ | $Distro | ||
+ | $Welcome | ||
+ | VWA STick 2016 in ASCII -> siehe Banner! | ||
find . | cpio --quiet -o -H newc | gzip -9 > ../minirt.gz | find . | cpio --quiet -o -H newc | gzip -9 > ../minirt.gz | ||
Zeile 67: | Zeile 78: | ||
cloud.peer.st > vwa_stick_2016 -> vwa_weiz.zip herunterladen und am /home/knoppix/Desktop entpacken | cloud.peer.st > vwa_stick_2016 -> vwa_weiz.zip herunterladen und am /home/knoppix/Desktop entpacken | ||
cloud.peer.st > vwa_stick_2016 -> Zitierskript_2015.pdf herunterladen und auf /home/knoppix/Desktop kopieren | cloud.peer.st > vwa_stick_2016 -> Zitierskript_2015.pdf herunterladen und auf /home/knoppix/Desktop kopieren | ||
- | apt-get update | + | sudo apt-get update |
- | apt-get install biber texlive-bibtex-extra | + | sudo apt-get install libunicode-linebreak-perl/testing texlive-bibtex-extra texlive-generic-extra biber |
- | Bei Versionsproblemen: apt-cache policy texlive-bibtex-extra | + | |
- | Entsprechende Version aus dem Web laden: | + | |
- | https://packages.debian.org/stretch/all/texlive-bibtex-extra/download | + | |
*[[Texmaker Konfiguration Peer|Texmaker konfigurieren]] | *[[Texmaker Konfiguration Peer|Texmaker konfigurieren]] | ||
+ | |||
+ | ==== Schwarze Kapitelüberschriften ==== | ||
+ | |||
+ | vwa.tex > Zeile 80 > \newcommand{\mydispositioncolor}{0,0,0} | ||
+ | |||
+ | ==== NTP Server starten ==== | ||
+ | |||
+ | /etc/rc.local | ||
+ | SERVICES="cups ntp" | ||
===== Remastering ===== | ===== Remastering ===== |