Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 291851
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- util/grub.d/10_linux.in
0
++ util/grub.d/10_linux.in
Lines 61-67 Link Here
61
EOF
61
EOF
62
}
62
}
63
63
64
list=`for i in /boot/vmlinu[xz]-* /vmlinu[xz]-* ; do
64
list=`for i in /boot/kernel-* /boot/vmlinu[xz]-* /vmlinu[xz]-* ; do
65
        if grub_file_is_not_garbage "$i" ; then echo -n "$i " ; fi
65
        if grub_file_is_not_garbage "$i" ; then echo -n "$i " ; fi
66
      done`
66
      done`
67
67

Return to bug 291851