Skip to content

the-anweddol-project/Anweddol-ISO-factory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anweddol container ISO factory


This script creates functional and up-to-date live debian images that servers will be using for container domains.

Requirements

This script is made to operate on Debian environments. Note that others distros aren't tested yet since the result image is a debian itself.

You need these packages installed on the machine :

  • debootstrap
  • squashfs-tools
  • xorriso
  • isolinux
  • syslinux-efi
  • grub-pc-bin
  • grub-efi-amd64-bin
  • grub-efi-ia32-bin
  • mtools
  • dosfstools

Install them with your package manager, or by executing the setup.sh script as root.

Usage

Just run the make_iso.sh script :

$ sudo bash make_iso.sh

Once the script is finished, you will retrieve the created ISO in the result folder, with its affiliated checksums.

Recommendations

While made to operate on Debian environments, it is recommended to run this script in an isolated environment (VM or chroot), to avoid potential system information leak.

License

This software is under the MIT license.

This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.

Developer / Maintainer

Copyright 2023 The Anweddol project

Releases

No releases published

Packages

No packages published

Languages