add a new option --recheck into grub-install, relieve the check of a device file in grub-install.
This commit is contained in:
parent
84cd6e2879
commit
636299cc50
3 changed files with 25 additions and 2 deletions
11
ChangeLog
11
ChangeLog
|
@ -1,3 +1,14 @@
|
|||
2000-10-16 OKUJI Yoshinori <okuji@gnu.org>
|
||||
|
||||
* util/grub-install.in (convert): Check only if the file exists,
|
||||
instead of checking if the file is a block device as well.
|
||||
Because, in a sane operating system, it should be a char device
|
||||
but not a block device (unlike Linux), and it may be a symbolic
|
||||
link (this can happen if you use Linux's devfs without devfsd).
|
||||
(recheck): New variable. Set to "no" by default, and set to
|
||||
"yes", if you specify the new option ``--recheck''. If $recheck
|
||||
is "yes", remove the device map file, if present.
|
||||
|
||||
2000-10-16 OKUJI Yoshinori <okuji@gnu.org>
|
||||
|
||||
From Roderich Schupp:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue