diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2013-02-10 21:01:19 +0100 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2013-02-10 21:01:19 +0100 |
commit | 233fdfe33c373cf93a107277a8b2f02006930149 (patch) | |
tree | ca84ead0f6bb7b51c8fe3895414b50d420dbfbf9 /auto | |
parent | c375375684e849df27854fe9525161ce03914bdd (diff) | |
download | kanotix-233fdfe33c373cf93a107277a8b2f02006930149.zip kanotix-233fdfe33c373cf93a107277a8b2f02006930149.tar.gz |
grub 2.00
Diffstat (limited to 'auto')
-rwxr-xr-x | auto/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/auto/config b/auto/config index fc9de9c..a778546 100755 --- a/auto/config +++ b/auto/config @@ -66,6 +66,7 @@ wheezy) esac [ "$LB_BOOTLOADER" = "burg" ] && LB_REPOSITORIES+=" burg" +[ "$LB_BOOTLOADER" = "grub2" ] && LB_REPOSITORIES+=" grub2" # kde4.8 is in wheezy now, no need for backport repository anymore # grep -wq kde48 <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" acritox-kde48" grep -wq trinity <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" trinity" |