/debian-preseeded-iso

Make Debian preseeded ISO image from Debian ISO image

Primary LanguageShell

Debian preseeded ISO

Requirements

  • wget
  • bsdtar
  • gzip
  • gunzip
  • cpio
  • xorriso
  • GNU sed
  • egrep
  • isolinux

Usage

Create preseeded ISO

./make-iso.sh

Test with qemu

qemu-img create deb.img 5G
qemu-system-x86_64 -hda deb.img -m 2048 -cdrom preseed-debian-bullseye.iso

TODO

  • Boot into TUI installer by default
  • Check local isolinux files
  • Setup GRUB auto boot (needed for EFI)