Bugzilla – Bug 636622
Not all yast2 modules are offered via bash completion
Last modified: 2010-09-13 12:16:57 UTC
bash# yast2[TAB] writes only these modules: add-on hwinfo irda nfs_server sound system_settings autoyast inetd joystick nis subdomain vendor backup inst_release_notes ldap_browser online_update sudo vm-install checkmedia inst_suse_register mouse restore sysconfig xen There are much more which are functional, but are not offered.
That list comes from yast2 -l, which does "grep Exec=/sbin/yast2" in listmodules(). But meanwhile half of the modules do Exec=xdg-su -c "/sbin/yast2 ..." instead (bnc#540627)
See bug #621848. *** This bug has been marked as a duplicate of bug 621848 ***