File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ __contains_word() {
25
25
_dracut () {
26
26
local cur=${COMP_WORDS[COMP_CWORD]} prev=${COMP_WORDS[COMP_CWORD - 1]}
27
27
local -A OPTS=(
28
- [STANDALONE]=' -f -v -q -l -H -h -M -N
28
+ [STANDALONE]=' -f -v -q -l -H -h -M -N -p
29
29
--ro-mnt --force --kernel-only --no-kernel --strip --nostrip
30
30
--hardlink --nohardlink --noprefix --mdadmconf --nomdadmconf
31
31
--lvmconf --nolvmconf --debug --profile --verbose --quiet
@@ -36,7 +36,7 @@ _dracut() {
36
36
--enhanced-cpio --rebuild --aggressive-strip --hostonly-cmdline
37
37
--no-hostonly-cmdline --no-hostonly-default-device --nofscks
38
38
--hostonly-i18n --no-hostonly-i18n --lzo --lz4 --no-reproducible
39
- --no-uefi --no-machineid --version
39
+ --no-uefi --no-machineid --version --parallel
40
40
'
41
41
[ARG]=' -a -m -o -d -I -k -c -L -r -i
42
42
--kver --add --force-add --add-drivers --force-drivers
You can’t perform that action at this time.
0 commit comments