summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Cohen <bencoh@notk.org>2013-11-27 14:49:34 +0100
committerBenjamin Cohen <bencoh@notk.org>2013-11-27 14:49:34 +0100
commitc8b7bba7575bea2ddf6fce0c163c2a9169e27bc6 (patch)
tree2d74dc8c7e02d22d33c9e731becbd8b2c9fc1f24
parentca2fa075765e2cdc4f568cf43177603dd640751c (diff)
bootstrap/debian: fix grub package
grub virtual package fails for wheezy
-rwxr-xr-xbootstrap/debian/bootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/debian/bootstrap.sh b/bootstrap/debian/bootstrap.sh
index a27a35a..36ddc24 100755
--- a/bootstrap/debian/bootstrap.sh
+++ b/bootstrap/debian/bootstrap.sh
@@ -19,7 +19,7 @@ BOOTSTRAP_DEBIAN_MIRROR=${BOOTSTRAP_DEBIAN_MIRROR:-"http://ftp.fr.debian.org/deb
#BOOTSTRAP_FLAVOR=${BOOTSTRAP_FLAVOR:-lenny}
BOOTSTRAP_EXTRA_PKGSS="vim-nox,htop,screen,less,bzip2,bash-completion,locate,acpid,acpi-support-base,bind9-host,openssh-server,locales,ntp,busybox,$BOOTSTRAP_LINUX_IMAGE"
if [[ "$BOOTSTRAP_PARTITION_TYPE" == "msdos" ]]; then
- BOOTSTRAP_EXTRA_PKGSS+=",grub"
+ BOOTSTRAP_EXTRA_PKGSS+=",grub-legacy"
fi
BOOTSTRAP_CONF_DIR="$BOOTSTRAP_DIR/$BOOTSTRAP_DISTRIB/conf"
BOOTSTRAP_KERNEL="$BOOT_IMAGES_DIR/vmlinuz-$ARCH_SUFFIX"