* grub-core/partmap/dfly.c: New partition map.

This commit is contained in:
Radosław Szymczyszyn 2013-05-15 17:26:49 +02:00 committed by Vladimir 'phcoder' Serbinenko
parent 1359e4740a
commit 1e908b34a6
7 changed files with 160 additions and 0 deletions

View file

@ -1652,6 +1652,11 @@ module = {
common = partmap/sunpc.c;
};
module = {
name = part_dfly;
common = partmap/dfly.c;
};
module = {
name = msdospart;
common = parttool/msdospart.c;