Arian04 / debian-preseed-iso-creator

Easily add a preseed.cfg file to a Debian ISO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Shell 75.1%Language:Dockerfile 24.9%