plan9 subpartition support

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-12-20 01:18:21 +01:00
parent 3c50773923
commit ac9ef7eef9
3 changed files with 124 additions and 0 deletions

View file

@ -91,6 +91,7 @@ library = {
common = grub-core/partmap/gpt.c;
common = grub-core/partmap/msdos.c;
common = grub-core/partmap/sun.c;
common = grub-core/partmap/plan.c;
common = grub-core/partmap/sunpc.c;
common = grub-core/partmap/bsdlabel.c;
common = grub-core/script/function.c;