mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-06 02:13:11 +00:00
explicitly declare SFS as not installable
This commit is contained in:
parent
790aaa8c9f
commit
bd1de4341b
@ -579,6 +579,9 @@ static struct grub_fs grub_sfs_fs =
|
||||
.read = grub_sfs_read,
|
||||
.close = grub_sfs_close,
|
||||
.label = grub_sfs_label,
|
||||
#ifdef GRUB_UTIL
|
||||
.reserved_first_sector = 0,
|
||||
#endif
|
||||
.next = 0
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user