plan9 subpartition support
This commit is contained in:
parent
3c50773923
commit
ac9ef7eef9
3 changed files with 124 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue