Skip to content

Arian04/debian-preseed-iso-creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Simple shell script to embed a preseed.cfg into a given Debian ISO file. Packaged using Docker.

Source code is tiny and hopefully readable, so it should be easy to audit and/or adjust things to your needs if necessary.

Requirements

  • Docker
  • A Debian ISO file
  • A preseed.cfg file

Usage

  1. Clone the repo
  2. cd into it
  3. Run this:
./build.sh ./path-to-debian.iso ./path-to-preseed.cfg ./output-dir

The script will not modify your provided Debian ISO or preseed.cfg, it will just put its outputs in the output directory that you specify when calling it.

About

Easily add a preseed.cfg file to a Debian ISO

Topics

Resources

Stars

Watchers

Forks