Scripts for working with Debian installation CDs.
Dosyaya git
Izaya 60e2d9bb59 Fixed a spelling error. 2015-12-22 22:57:17 +11:00
amd64 Initial copy to the git repo, wrote a readme etc. 2015-12-22 22:51:18 +11:00
i386 Initial copy to the git repo, wrote a readme etc. 2015-12-22 22:51:18 +11:00
LICENSE Initial commit 2015-12-22 17:23:32 +11:00
README.md Fixed a spelling error. 2015-12-22 22:57:17 +11:00

README.md

Debian-CD-Scripts

A set of simple scripts for modifying and working with the Debian installer CDs.

This repo is divided into i386 and amd64 versions as the CDs use different directories, though the process aside from that is the same.

Dependencies

  • rsync
  • cpio
  • genisoimage (cdrkit)

Usage

./extractcd.sh debian-8.2.0-i386-netinst.iso
To extract a CD into the cd/ directory

./extractrd.sh
To extract an init RAMdisk into the irmod/ directory

./genrd.sh To convert the irmod directory back into a RAMdisk in the cd/ directory

./gencd.sh custom.iso
To convert the cd/ directory back into a CD image for use.