Skip to content

Make Debian preseeded ISO image from Debian ISO image

Notifications You must be signed in to change notification settings

wftech/debian-preseeded-iso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages