https://github.com/santisoler/preseed-jessie
https://github.com/santisoler/preseed-jessie
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/santisoler/preseed-jessie
- Owner: santisoler
- Created: 2017-06-01T21:47:18.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-01T21:48:20.000Z (about 9 years ago)
- Last Synced: 2025-02-09T23:28:41.657Z (over 1 year ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to make a preseeded Debian ISO
1. **Download isomaster**
```
sudo apt-get install isomaster
```
1. **Create a simple preseed file**
We can do it by running the simple_seed_creator.py script:
```
python simple_seed_creator.py
```
1. **Edit the preseed.seed**
Change username, hostname, network configuration, etc.
By default root password is toor.
For safety reasons it's recommended that you change the passwords **after** the install and do not write definitive passwords in the preseed.seed file.
1. **Insert files in debian ISO**
Open isomaster and load the desired iso to be converted to a preseeded one.
Now put the recently created preseed.seed file into the / of the ISO (don't worry, doing this does not modifies the original ISO).
And then, put the files isolinux/install.cfg and isolinux/isolinux.cfg into the isolinux directory inside the ISO.
Now save the ISO (File -> Save as)
Note:
I must test using the preseed in an USB. Should the path to the preseed.seed be changed to /hd-media/preseed.seed?