diff --git a/boot/grubfm/types/img b/boot/grubfm/types/img index ce5384c..436e5a2 100644 --- a/boot/grubfm/types/img +++ b/boot/grubfm/types/img @@ -27,3 +27,9 @@ condition = iso/grubcfg_test.sh title = "Boot IMG (grub.cfg)" icon = gnu-linux enable = all + +[4] +menu = grubfm_view +title = "View contents" +icon = dir +enable = all \ No newline at end of file diff --git a/boot/grubfm/types/iso b/boot/grubfm/types/iso index 8707ae6..0c095a0 100644 --- a/boot/grubfm/types/iso +++ b/boot/grubfm/types/iso @@ -40,4 +40,10 @@ enable = all menu = iso/mem.sh title = "Boot ISO (mem)" icon = iso +enable = all + +[6] +menu = grubfm_view +title = "View contents" +icon = dir enable = all \ No newline at end of file