You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
7 months ago | |
|---|---|---|
| debian | 7 months ago | |
| grml_build | 8 months ago | |
| src | 6 years ago | |
| t | 7 months ago | |
| templates | 7 months ago | |
| .gitignore | 7 years ago | |
| .gitreview | 11 years ago | |
| Makefile | 7 years ago | |
| README.txt | 8 months ago | |
| build_iso.sh | 7 months ago | |
| build_templates.sh | 5 years ago | |
| grub.cfg | 8 months ago | |
| isolinux.cfg | 8 months ago | |
| wrapper.sh | 8 months ago | |
README.txt
Instructions how to build the Grml-Sipwise Deployment ISO ========================================================= Make sure you have grml2usb >=0.11.6 installed (providing grml2iso). Execute: % make all % ./build_iso.sh compat <grml.iso> <mr version> <Debian dist> This will generate ISO file, providing the custom bootsplash with Sipwise specific boot menu entries. To generate the underlying base ISO, you can use the wrapper script: % osversion=auto release=trunk ./wrapper.sh To not use release-trunk, use something like: % osversion=auto release=mr13.3.1 ./wrapper.sh