https://github.com/acatton/debian-preseeded-iso
:cd: Generate preseeded iso for Debian, no root access, fully automatic installation, easy to use
https://github.com/acatton/debian-preseeded-iso
Last synced: 4 months ago
JSON representation
:cd: Generate preseeded iso for Debian, no root access, fully automatic installation, easy to use
- Host: GitHub
- URL: https://github.com/acatton/debian-preseeded-iso
- Owner: acatton
- License: wtfpl
- Created: 2015-06-13T07:52:45.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-10-14T20:09:09.000Z (over 3 years ago)
- Last Synced: 2025-04-13T16:09:39.773Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Debian ISO Preseed
==================
Easily generate a preseeded debian ISO, and massively deploy debian.
This is very useful to provision VMs, or do Fully Automatic Installations on
many boxes.
ISO are fully generated in user mode, no root access is needed. (You just need
genisoimage and 7z installed.)
Quickstart
----------
~~~
$ aria2c -x2 "http://cdimage.debian.org/debian-cd/8.1.0/amd64/iso-cd/debian-8.1.0-amd64-netinst.iso" -o debian.iso
$ cp preseed.example.cfg preseed.cfg
$ ./build.sh
~~~
Now you can use debian-preseed.cfg
Help
----
~~~
$ ./build --help
~~~
Bugs
----
Report issues to this git repository
Notes
-----
- 2022-10-13 - Support for UEFI & USB boot