From: WANG Chao Date: Mon, 3 Mar 2014 07:22:00 +0000 (+0800) Subject: Add -[-no]-hostonly-cmdline option handling for getopt X-Git-Tag: 037~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=646e0506f6887db7811694c2c72ba5e516025993;p=thirdparty%2Fdracut.git Add -[-no]-hostonly-cmdline option handling for getopt commit ab9457e introduce such new options but it missed to add these options to getopt arguments. Signed-off-by: WANG Chao --- diff --git a/dracut.sh b/dracut.sh index 74640adab..79c59d565 100755 --- a/dracut.sh +++ b/dracut.sh @@ -349,6 +349,8 @@ rearrange_params() --long host-only \ --long no-hostonly \ --long no-host-only \ + --long hostonly-cmdline \ + --long no-hostonly-cmdline \ --long persistent-policy: \ --long fstab \ --long help \