Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skryukov/ubuntu-kickstart-cd-maker
https://github.com/skryukov/ubuntu-kickstart-cd-maker
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/skryukov/ubuntu-kickstart-cd-maker
- Owner: skryukov
- Created: 2018-08-24T10:26:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-24T10:28:26.000Z (over 6 years ago)
- Last Synced: 2024-11-09T09:45:17.246Z (about 2 months ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Original project
https://github.com/tnishimura/ubuntu-kickstart-cd-maker
# How to run
```ssh
vagrant up
vagrant sshsudo su
cd /vagrant/ubuntu-kickstart-cd-maker/
./make-automated-install-cd.sh
```Default usename is `root` and password is `secret`.
# How to add new ISO
- download it to `ubuntu-kickstart-cd-maker` folder
- make MD5 hash `md5sum foobar.iso > foobar.iso.MD5SUM` or use one from ubuntu site
- fix 3 variables in `make-automated-install-cd.sh`: `ISO`, `OUTPUT` and `URL`