Debian-CD-Scripts/README.md

23 lines
639 B
Markdown
Raw Permalink Normal View History

2015-12-22 17:23:32 +11:00
# 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.
2015-12-22 22:57:17 +11:00
## 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.