[Git-commits] [grml/grml-debootstrap] acea84: Properly exit if GRUB installation fails
Michael Prokop
noreply at github.com
Wed Aug 21 17:54:52 CEST 2019
Branch: refs/heads/mika/grub-fail
Home: https://github.com/grml/grml-debootstrap
Commit: acea8437c794e2aa037d3964c988afe111c939d3
https://github.com/grml/grml-debootstrap/commit/acea8437c794e2aa037d3964c988afe111c939d3
Author: Michael Prokop <mika at grml.org>
Date: 2019-08-21 (Wed, 21 Aug 2019)
Changed paths:
M chroot-script
Log Message:
-----------
Properly exit if GRUB installation fails
For example when partition table is GPT but grub installation
expects a MS-DOS partition table, then grub-install fails
but grml-debootstrap ignored this. Since the system isn't bootable
then this might go unnoticed, so properly fail as soon as grub-install
returns with exit code != 0.
More information about the Git-commits
mailing list