Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 177576 | Differences between
and this patch

Collapse All | Expand All

(-)mkboot (-1 / +1 lines)
Lines 49-55 Link Here
49
49
50
# check whether GRUB is installed
50
# check whether GRUB is installed
51
grubcheck () {
51
grubcheck () {
52
    if ! which grub-install >/dev/null; then return 1; fi
52
    if ! which update-grub >/dev/null; then return 1; fi
53
}
53
}
54
54
55
# check whether LILO is installed
55
# check whether LILO is installed
(-)mkboot.old (-1 / +1 lines)
Lines 49-55 Link Here
49
49
50
# check whether GRUB is installed
50
# check whether GRUB is installed
51
grubcheck () {
51
grubcheck () {
52
    if ! which update-grub >/dev/null; then return 1; fi
52
    if ! which grub-install >/dev/null; then return 1; fi
53
}
53
}
54
54
55
# check whether LILO is installed
55
# check whether LILO is installed

Return to bug 177576