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