[Git-commits] [grml/grml-debootstrap] 1eaf19: Properly exit if GRUB installation fails
Michael Prokop
noreply at github.com
Wed Aug 21 22:13:30 CEST 2019
Branch: refs/heads/mika/grub-fail
Home: https://github.com/grml/grml-debootstrap
Commit: 1eaf193fc1d0babd277a65aa824038614c8c4dff
https://github.com/grml/grml-debootstrap/commit/1eaf193fc1d0babd277a65aa824038614c8c4dff
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