Statistics
| Branch: | Tag: | Revision:

root / snf-image-helper / disklabel.py @ 63656985

History | View | Annotate | Download (23.5 kB)

# Date Author Comment
63656985 02/27/2014 06:43 pm Nikos Skalkotos

Create a Base class for Disklabel in disklabel.py

All Disklabel classes should be derived from this one

be5f0160 02/27/2014 06:20 pm Nikos Skalkotos

Rename Disklabel cls to Disk in disklabel.py

Do a code cleanup

34fd52a7 02/20/2014 10:11 am Nikos Skalkotos

Create BSD_Disklabel class in disklabel.py

We need this class to support {Free,Net}BSD disklabels

1de1eff5 02/03/2014 06:06 pm Nikos Skalkotos

Cleanup disklabel.py

Remove --print-last-linux and change some other argument names

abe2770c 01/31/2014 07:01 pm Nikos Skalkotos

Remove NUL chars from the output of disklabel.py

1bda0902 01/31/2014 06:46 pm Nikos Skalkotos

Show the partition label in diskpart -l

ee78390c 01/30/2014 01:59 pm Nikos Skalkotos

Minor pep8 error in disklabel.py

0d413fc6 01/30/2014 01:53 pm Nikos Skalkotos

Fix a bug in disklabel enlarge code

If the disk size is greater that 8G then the CHS value of the MBR
will overflow. We should assign a fixed CHS value for this case.

de34e7aa 01/29/2014 12:14 pm Nikos Skalkotos

Add support for enlarging OpenBSD images

This only enlarges the partition and not the ufs file system