Customize Grml LiveCD (remaster)
This little bash script helps you to build your own customized grml.iso
Features
- Include your
.ssh/*.pub
files intoauthorized_keys
- Inject Grml Cheats
- Auto download all necessary files (the ISO and grml2usb)
Defaults
grml96-full_2014.11.iso
- Cheats
-
ssh=grml
Start SSH Server and set the root password togrml
-
lang=de keyboard=de
German
-
nobeep
Suppress beep sound on boot
-
noblank
Disable screen energy saving
-
noquick
Disable GRML config tool
-
startup=/usr/bin/ip-screen
Show IP-Addresses after boot
Usage example
./make-customized-grml.sh [grml.iso file] "[GRML Cheats]"
./make-customized-grml.sh grml64-small_2014.11.iso "ssh=secretPassword noblank welcome"
PS: Dont forget the to warp the GRML-Cheats with quotes.
Hey, add "config" for GRMLCODES by default please - it's needed to autoconfigure grml in newest versions.