X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=zsh%2F_grml2usb;fp=zsh%2F_grml2usb;h=d2b202db3ddfcbbf1b19929d9fe47d28fc2b033c;hp=4d0813ba79aa96dcea2768d24b708a7fbf278d86;hb=7874f974499ad214ef6d0f8ae726317f78df453d;hpb=c26aae4dc8c74b747ee1c3beebec9d09506f7140 diff --git a/zsh/_grml2usb b/zsh/_grml2usb index 4d0813b..d2b202d 100644 --- a/zsh/_grml2usb +++ b/zsh/_grml2usb @@ -19,7 +19,7 @@ for dev in /dev/sd* /dev/hd* ; do done # TODO: -# * handling of --bootoptions=BOOTOPTIONS and --lilo-binary=LILOBIN +# * handling of --bootoptions=BOOTOPTIONS # * $devices should also list directories as valid target # * as output before :device:.... ISO files and/or /live/image should be suggested @@ -31,7 +31,6 @@ arguments=( '--dry-run[avoid executing commands]' '--fat16[format specified partition with FAT16]' '--force[force any actions requiring manual interaction]' - '--lilo-binary=LILOBIN[lilo executable to be used for installing MBR]:' '--mbr-manager[enable interactive boot manager menu in MBR]' '--quiet[do not output anything but just errors on console]' '--skip-addons[do not install /boot/addons/ files]'