declare AFFS, CPIO, TAR and XFS as non-installable explicitly
This commit is contained in:
parent
f5ff296240
commit
80113a6258
3 changed files with 9 additions and 0 deletions
|
@ -362,6 +362,9 @@ static struct grub_fs grub_cpio_fs = {
|
|||
.open = grub_cpio_open,
|
||||
.read = grub_cpio_read,
|
||||
.close = grub_cpio_close,
|
||||
#ifdef GRUB_UTIL
|
||||
.reserved_first_sector = 0,
|
||||
#endif
|
||||
};
|
||||
|
||||
#ifdef MODE_USTAR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue