* util/grub-install.in: Add `|| exit 1' to all grub-probe calls

for which failure is fatal.
This commit is contained in:
Grégoire Sutre 2010-04-03 20:52:06 +02:00 committed by Vladimir 'phcoder' Serbinenko
parent 50479febcf
commit b9396631bc
2 changed files with 9 additions and 4 deletions

View file

@ -1,3 +1,8 @@
2010-04-03 Grégoire Sutre <gregoire.sutre@gmail.com>
* util/grub-install.in: Add `|| exit 1' to all grub-probe calls
for which failure is fatal.
2010-04-03 Grégoire Sutre <gregoire.sutre@gmail.com>
* util/grub-install.in: Use mkdir -p to create grub directory.