Skip to content

Generate debian ISOs with preseed for multiple environments

Notifications You must be signed in to change notification settings

rtulke/debain-preseed-iso-generator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

generate-debian-preseed-iso

This Bash script generates Debian ISOs with preseed for multiple environments. With this script, you can automate the process of generating custom Debian images with preconfigured settings for various environments.

Requirements

To use this script, you need to install the following packages:

$ sudo apt install wget curl p7zip-full genisoimage syslinux-utils

Usage

To use this script, follow these steps:

  1. Clone this repository using Git:

    $ git clone https://github.com/bergmann-max/debain-preseed-iso-generator.git
    
  2. Navigate to the cloned directory:

    $ cd debain-pressed-iso-generator
    
  3. Put your preseed.cfg files in the DMZ and INSIDE directories.

  4. Make the script executable:

    $ chmod +x debian-preseed-iso-generator.sh
    
  5. Run the script:

    $ ./debian-preseed-iso-generator.sh
    
  6. After the script has finished running, you will find the generated ISO images in the DMZ and INSIDE directories, respectively. These ISOs contain the preconfigured settings specified in the preseed.cfg files.

That's it! Now you can use the generated ISOs to install Debian on multiple machines with the same preconfigured settings.

More

About

Generate debian ISOs with preseed for multiple environments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%