X-Git-Url: http://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=grml2iso.8.txt;h=8ed8eaabc578e4d08f5d6e2d294a1e1c85919ae3;hp=b2414ce5d6e00af5e5dbb84d7f9388f1fcf35f0b;hb=d85b3e390008b8659eb9929ec8d28c0ec82e1f89;hpb=73803e492fb5547b10cfdcf02a3d261759deddd3 diff --git a/grml2iso.8.txt b/grml2iso.8.txt index b2414ce..8ed8eaa 100644 --- a/grml2iso.8.txt +++ b/grml2iso.8.txt @@ -49,6 +49,14 @@ Use specified default bootoptions as default. 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. + + *\-p *:: + +Execute grml2usb with the specified parameters. For a list of valid parameters have a look at the link:http://grml.org/grml2usb/[grml2usb webpage] or the grml2usb manpage + Usage examples @@ -62,6 +70,10 @@ Create multiboot ISO /tmp/grml.iso with grml_2009.05.iso and grml64_2009.05.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 @@ -72,6 +84,11 @@ grml64-medium_2009.05.iso using /srv/git/grml2usb as grml2usb script. Use /mnt/test/grml-tmp as working directory for creating the multiboot ISO /mnt/test/grml.iso with grml_2009.05.iso and grml64_2009.05.iso. + # grml2iso -p --skip-addons -o /srv/grml.iso /srv/grml-small_2009.10.iso /srv/grml64-small_2009.10.iso + +Don't copy the addons from the specified iso images + + Online Ressources -----------------