* 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
|
@ -1389,6 +1389,10 @@ static struct grub_fs grub_reiserfs_fs =
|
|||
.close = grub_reiserfs_close,
|
||||
.label = grub_reiserfs_label,
|
||||
.uuid = grub_reiserfs_uuid,
|
||||
#ifdef GRUB_UTIL
|
||||
.reserved_first_sector = 1,
|
||||
.blocklist_install = 1,
|
||||
#endif
|
||||
.next = 0
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue