chiark / gitweb /
udev: make firmware loading optional and disable by default
[elogind.git] / shell-completion / bash / udevadm
index a31d465d354b5dc32baa87eb43358255ce090a2b..123fb51633e11fad27692a46a332d6a100048575 100644 (file)
@@ -93,7 +93,7 @@ _udevadm() {
                 fi
 
         elif __contains_word "$verb" ${VERBS[TESTBUILTIN]}; then
-                      comps='blkid btrfs firmware hwdb input_id kmod net_id path_id usb_id uaccess'
+                      comps='blkid btrfs hwdb input_id kmod net_id path_id usb_id uaccess'
         fi
 
         COMPREPLY=( $(compgen -W '$comps' -- "$cur") )