diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2013-02-13 21:45:25 +0100 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2013-02-13 21:45:25 +0100 |
commit | e2b0efd1d7afe22591895acc07ba34cc5f4757f8 (patch) | |
tree | f1a40f630ca996a661aca6fd791067d518dba921 /backend/modules/bootloader | |
parent | 2c8760532949e465902bb6233840bc590bcfa0ec (diff) | |
download | acritoxinstaller-e2b0efd1d7afe22591895acc07ba34cc5f4757f8.zip acritoxinstaller-e2b0efd1d7afe22591895acc07ba34cc5f4757f8.tar.gz |
applied Kano's acritoxinstaller-hotfixes.patch
Diffstat (limited to 'backend/modules/bootloader')
-rw-r--r-- | backend/modules/bootloader | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/modules/bootloader b/backend/modules/bootloader index 2180873..d0e39a2 100644 --- a/backend/modules/bootloader +++ b/backend/modules/bootloader @@ -40,7 +40,7 @@ function list_bootloaders() { for bl in burg grub do - [ -x /usr/sbin/$bl-setup ] || continue + [ -x /usr/sbin/$bl-install ] || continue case $bl in burg) echo "BURG - Brand-new Universal loadeR from GRUB";; grub) echo "GRUB - GRand Unified Bootloader";; |