Ensure that grub-pc is installed in VMs even when using --nopackages
authorMichael Prokop <mika@grml.org>
Thu, 4 Jun 2015 11:40:12 +0000 (13:40 +0200)
committerMichael Prokop <mika@grml.org>
Thu, 4 Jun 2015 11:41:55 +0000 (13:41 +0200)
commitf42f932bfcca306c1d53b49b2c51e2db08837ac4
tree8e96f0372bf94552446fe840db034b492b579436
parentbedb4090c2608ad8f9fe94e6f2b032c8f438b82c
Ensure that grub-pc is installed in VMs even when using --nopackages

We're always setting up GRUB as bootloader when installing a VM.
If the --nopackages options is present the grub-pc package is
missing inside the VM. Therefore ensure that the grub-pc is still
present.

Fixes #40 @ github
grml-debootstrap