From: Yu Watanabe Date: Wed, 10 Jan 2018 07:52:27 +0000 (+0900) Subject: bash-completion: kernel-install: update default path to kernel image X-Git-Tag: v237~106^2~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=29e08b9e9e4c7758f4c87110dc77b2c961205cfe;p=platform%2Fupstream%2Fsystemd.git bash-completion: kernel-install: update default path to kernel image --- diff --git a/shell-completion/bash/kernel-install b/shell-completion/bash/kernel-install index 5a78528..f291d3e 100644 --- a/shell-completion/bash/kernel-install +++ b/shell-completion/bash/kernel-install @@ -38,7 +38,7 @@ _kernel_install() { fi ;; 3) - [[ "$cur" ]] || cur=/boot/vmlinuz-${COMP_WORDS[2]} + [[ "$cur" ]] || cur=/lib/modules/${COMP_WORDS[2]}/vmlinuz comps=$(compgen -f -- "$cur") compopt -o filenames ;;