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:
parent
c48f23ef4b
commit
509d00f1cc
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue