2007-05-05 Robert Millan <rmh@aybabtu.com>

* util/update-grub.in: Create ${grub_prefix} if it doesn't exist.
This commit is contained in:
robertmh 2007-05-05 10:57:51 +00:00
parent c48f23ef4b
commit 509d00f1cc
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2007-05-05 Robert Millan <rmh@aybabtu.com>
* util/update-grub.in: Create ${grub_prefix} if it doesn't exist.
2007-05-05 Robert Millan <rmh@aybabtu.com>
* util/grub.d/10_linux.in: Allow the administrator to insert Linux

View file

@ -61,6 +61,7 @@ if ${found} ; then : ; else
fi
if ${test_mode} ; then : ; else
mkdir -p ${grub_prefix}
exec > ${grub_cfg}.new
chmod 444 ${grub_cfg}.new
fi