* util/grub-install.in: Clarify strings.
Fix source dir check.
This commit is contained in:
parent
984b973ffc
commit
e1e49678b9
23 changed files with 247 additions and 18 deletions
|
@ -791,6 +791,10 @@ static struct grub_fs grub_ufs_fs =
|
|||
.label = grub_ufs_label,
|
||||
.uuid = grub_ufs_uuid,
|
||||
.mtime = grub_ufs_mtime,
|
||||
/* FIXME: set reserved_first_sector. */
|
||||
#ifdef GRUB_UTIL
|
||||
.blocklist_install = 1,
|
||||
#endif
|
||||
.next = 0
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue