From: Antonio Alvarez Feijoo Date: Thu, 25 Aug 2022 12:59:20 +0000 (+0200) Subject: fix(shell-completion): add missing -p and --parallel options X-Git-Tag: 058~174 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b30a00c2a2815517e79eeaeef5f76fd6f923e61f;p=thirdparty%2Fdracut.git fix(shell-completion): add missing -p and --parallel options --- diff --git a/shell-completion/bash/dracut b/shell-completion/bash/dracut index dbc669644..8fff2418c 100644 --- a/shell-completion/bash/dracut +++ b/shell-completion/bash/dracut @@ -25,7 +25,7 @@ __contains_word() { _dracut() { local cur=${COMP_WORDS[COMP_CWORD]} prev=${COMP_WORDS[COMP_CWORD - 1]} local -A OPTS=( - [STANDALONE]='-f -v -q -l -H -h -M -N + [STANDALONE]='-f -v -q -l -H -h -M -N -p --ro-mnt --force --kernel-only --no-kernel --strip --nostrip --hardlink --nohardlink --noprefix --mdadmconf --nomdadmconf --lvmconf --nolvmconf --debug --profile --verbose --quiet @@ -36,7 +36,7 @@ _dracut() { --enhanced-cpio --rebuild --aggressive-strip --hostonly-cmdline --no-hostonly-cmdline --no-hostonly-default-device --nofscks --hostonly-i18n --no-hostonly-i18n --lzo --lz4 --no-reproducible - --no-uefi --no-machineid --version + --no-uefi --no-machineid --version --parallel ' [ARG]='-a -m -o -d -I -k -c -L -r -i --kver --add --force-add --add-drivers --force-drivers