X-Git-Url: http://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=zsh%2F_grml2usb;h=403add60d6b6f2cf8ac381df0e2bc77758c51901;hp=4d0813ba79aa96dcea2768d24b708a7fbf278d86;hb=a78b6bdec5d9f74d54c5ddd0787f8cdca8a6fa49;hpb=20409d2dff82c18ff5b420f9771120e48ec086b0 diff --git a/zsh/_grml2usb b/zsh/_grml2usb index 4d0813b..403add6 100644 --- a/zsh/_grml2usb +++ b/zsh/_grml2usb @@ -19,9 +19,9 @@ 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 +# * as output before :device:.... ISO files and/or /lib/live/mount/medium should be suggested arguments=( '--help[display help message and exit]:' @@ -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]'