wftech / debian-preseeded-iso

Make Debian preseeded ISO image from Debian ISO image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Make Debian preseeded ISO image from Debian ISO image


Languages

Language:Shell 100.0%