8000 GitHub - AdvilCasual/debseed: Debian presseded unattended installer ISO
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

AdvilCasual/debseed

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Debian Preseeded Autoinstaller

This package will produce a Debian installer ISO that is fully unattended.

Edit preseed.txt to taste, then run make. Copy autoinstall.iso to your VM provisioning system or burn it to a CD/DVD then boot.

On Debian the following are required:

sudo apt-get install curl make fuse genisoimage rsync

fuseiso required, and must be fetched+installed manually on current debian:

http://ftp.us.debian.org/debian/pool/main/f/fuseiso/fuseiso_20070708-3_amd64.deb

On any OpenSolaris descendent (SmartOS, OmniOS, Oracle Solaris) the following are required:

  • curl
  • GNU make
  • mkisofs
  • rsync

Override parameters using standard make variables.

Examples

Build for i386.

make ARCH=i386

Build a specific version

make DEBIAN_VERSION=7.1.0

About

Debian presseded unattended installer ISO

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 100.0%
0