X-Git-Url: http://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=grml2iso.8.txt;h=24fbc2d6e6df0933b232bc9a640fa2b2882174a8;hp=eed39bb8050481643fd1da3d245abc674d80b58e;hb=875b62bab2a04d2f105f28a5692edc514de04390;hpb=822f6f291e45b7164fa71e253d344aa0cc6d4269 diff --git a/grml2iso.8.txt b/grml2iso.8.txt index eed39bb..24fbc2d 100644 --- a/grml2iso.8.txt +++ b/grml2iso.8.txt @@ -30,12 +30,32 @@ WRKDIR specifies the work directory for creating the filesystem. The work directory needs at least as much free disk space as the sum of all specified ISOs. - *\--o *:: + *\-o *:: This option is mandatory and specifies where the resulting multiboot grml ISO should be placed. Note that (to avoid any possible data loss) grml2iso will exit if the specified target.iso exists already. + *\-c *:: + +The content of the specified directory will be copied to the resulting +multiboot grml ISO. + + *\-b *:: + +Use specified default bootoptions as default. + + *\-f *:: + +Force the program to run and overwrite an existing iso image. + + *\-r *:: + +Remove specified boot parameter from existing command line. Could be specified multiple times. + + + + Usage examples -------------- @@ -43,6 +63,14 @@ Usage examples Create multiboot ISO /tmp/grml.iso with grml_2009.05.iso and grml64_2009.05.iso. + # grml2iso -b 'lang=de ssh=passwd' -c /tmp/grml-content -o /srv/grml.iso /srv/grml/grml_2009.10.iso + +Create a new iso with additional boot parameters and copy the content from /tmp/grml-content to the generated iso image. + + # grml2iso -r quiet -r vga=791 -o /srv/grml.iso /srv/grml-small_2009.10.iso + +Create a new iso and remove existing boot parameters quiet and vga=791. + # GRML2USB=/srv/git/grml2usb grml2iso -o /srv/grml.iso /srv/grml/grml_2009.05.iso /srv/grml/grml64-medium_2009.05.iso Create multiboot ISO /srv/grml.iso with grml_2009.05.iso and