From 233fdfe33c373cf93a107277a8b2f02006930149 Mon Sep 17 00:00:00 2001 From: Andreas Loibl Date: Sun, 10 Feb 2013 21:01:19 +0100 Subject: grub 2.00 --- auto/config | 1 + config/binary_local-hooks/grub2-efi | 2 +- config/binary_local-hooks/grub2-hotfixes | 19 +++++++++++++++++++ config/repositories/grub2 | 3 +++ 4 files changed, 24 insertions(+), 1 deletion(-) create mode 100755 config/binary_local-hooks/grub2-hotfixes create mode 100644 config/repositories/grub2 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" diff --git a/config/binary_local-hooks/grub2-efi b/config/binary_local-hooks/grub2-efi index 12af93b..6043206 100755 --- a/config/binary_local-hooks/grub2-efi +++ b/config/binary_local-hooks/grub2-efi @@ -36,7 +36,7 @@ workdir="$(mktemp -d efi-image.XXXXXX)" mkdir -p "$workdir/boot/grub" cat >"$workdir/boot/grub/grub.cfg" <