X-Git-Url: https://git.siccegge.de//index.cgi?p=forks%2Fvmdebootstrap.git;a=blobdiff_plain;f=vmdebootstrap;h=8301bd5c6452ee333d232c412bf42e4efadebc91;hp=eb94ae532936c73eb111f80d67116e7cd2a70504;hb=41f88537a1fd6363a0b2da9796a176f5a727e279;hpb=676ec54a7a65e93da26b54453e6a793e1cd2fcf3 diff --git a/vmdebootstrap b/vmdebootstrap index eb94ae5..8301bd5 100755 --- a/vmdebootstrap +++ b/vmdebootstrap @@ -483,7 +483,7 @@ class VmDebootstrap(cliapp.Application): self.runcmd(['chroot', rootdir, 'update-grub']) self.runcmd(['chroot', rootdir, 'grub-install', install_dev]) except cliapp.AppException as e: - self.message("Failed to configure grub2. Using extlinux.") + self.message("Failed. Is grub2-common installed? Using extlinux.") self.runcmd(['umount', os.path.join(rootdir, 'sys')]) self.runcmd(['umount', os.path.join(rootdir, 'proc')]) self.runcmd(['umount', os.path.join(rootdir, 'dev')])