* 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
|
@ -86,6 +86,9 @@ struct grub_fs
|
|||
|
||||
/* Whether this filesystem reserves first sector for DOS-style boot. */
|
||||
int reserved_first_sector;
|
||||
|
||||
/* Whether blocklist installs have a chance to work. */
|
||||
int blocklist_install;
|
||||
#endif
|
||||
};
|
||||
typedef struct grub_fs *grub_fs_t;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue