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

@ -1308,6 +1308,11 @@ module = {
common = partmap/sun.c;
};
module = {
name = part_plan;
common = partmap/plan.c;
};
module = {
name = part_bsd;
common = partmap/bsdlabel.c;