https://github.com/koehlma/remasterscript
a small program for knoppix remastering
https://github.com/koehlma/remasterscript
Last synced: 2 months ago
JSON representation
a small program for knoppix remastering
- Host: GitHub
- URL: https://github.com/koehlma/remasterscript
- Owner: koehlma
- Created: 2010-12-23T00:37:20.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-06-03T20:11:14.000Z (about 13 years ago)
- Last Synced: 2025-03-19T03:13:16.708Z (3 months ago)
- Language: Python
- Homepage: http://koehlma.github.com/projects/knxremaster.html
- Size: 27.6 MB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Knoppix-Remaster-Skript
=======================Installation
------------
Für Debian gibt es ein [Paket](https://github.com/downloads/koehlma/remasterscript/remasterscript.deb).
Fur alle anderen Distributionen müssen folgende Schritte ausgeführt werden.* Installation von `create_compressed_fs` und `extract_compressed_fs`
* Installieren der [zlib](http://zlib.net/) inklusive der Header, die zur Entwicklung nötig sind
* Kompilieren der Programme durch ausführen von `build.sh` im Verzeichnis `cloop`
* Aus dem Verzeichnis `cloop` `create_compressed_fs` und `extract_compressed_fs` nach `/opt/knoppix/bin` kopieren
* Installation der Abhängigkeiten
* zlib
* qemu
* XTerm oder GNOME-Terminal
* bash
* mkisofs
* mount, umount
* cp, rm
* find
* sed
* chroot
* Python >= 2.5
* PyGTK >= 2Benutzung
---------
Beim Debian-Paket über `sudo remasterscript`.
Ansonsten `remaster.py` an den Python-Interpreter übgeben (`python remaster.py`)