X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=grml-debootstrap;h=513c27bef9cd010f5e54926006d0432a504dcabf;hb=94b63adbec9c06ba30e6e898871462e251ca1823;hp=00ce3631ae6bb751de543806d05f3024215863b2;hpb=89f05ac9ca3438d0080a5c3878f5caf93da04e58;p=grml-debootstrap.git diff --git a/grml-debootstrap b/grml-debootstrap index 00ce363..513c27b 100755 --- a/grml-debootstrap +++ b/grml-debootstrap @@ -1618,15 +1618,7 @@ grub_install() { eerror "Error: grub not installed inside Virtual Machine. Can not install bootloader." ; eend 1 bailout 1 fi - - case "$RELEASE" in - lenny|squeeze|wheezy) - cp "${MNTPOINT}"/usr/lib/grub/i386-pc/* "${MNTPOINT}/boot/grub/" - ;; - *) - cp -a "${MNTPOINT}"/usr/lib/grub/i386-pc "${MNTPOINT}/boot/grub/" - ;; - esac + cp -a "${MNTPOINT}"/usr/lib/grub/i386-pc "${MNTPOINT}/boot/grub/" if [ -n "$VMEFI" ]; then