Revision:

Revisions

# Date Author Comment
438f7bfb 03/05/2014 02:46 pm Nikos Skalkotos

Enlarge NetBSD partitions in FixPartitionTable

25cdca3e 03/05/2014 01:24 pm Nikos Skalkotos

disklabel.py: Add support for enlarging NetBSD

94d0a699 03/04/2014 07:09 pm Nikos Skalkotos

Overload lba2chs for BSDDisklabel in disklabel.py

We implement LBA-Assisted translation on this method

b50c8289 03/04/2014 05:44 pm Nikos Skalkotos

Add new method lba2chs in disklabel.py

This is needed because different OSs translate LBA addresses to CHS
in different ways

4d56574c 03/04/2014 04:05 pm Nikos Skalkotos

Print partition type in hex in disklabel.py

c27ba032 03/04/2014 01:29 pm Nikos Skalkotos

disklabel.py: Rename BSD_Disklabel to BSDDisklabel

The latter complies to the python class naming convertion

ee788eff 03/04/2014 01:23 pm Nikos Skalkotos

In disklabel.py use the abc module for base cls

Make PartitionTableBase and DisklabelBase abstract classes using the
abs module

3b2674b3 03/04/2014 09:03 am Nikos Skalkotos

disklabel.py code cleanup

287c1028 02/28/2014 06:23 pm Nikos Skalkotos

Add support for printing NetBSD Disklabels

501e19ec 02/28/2014 04:48 pm Nikos Skalkotos

Move code from OpenBSD_Disklabel to the base cls

Cleaned up various parts

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

dbd1ca68 02/26/2014 03:59 pm Nikos Skalkotos

docs: Change CentOS version from 6.x to 6

9bffc757 02/24/2014 06:04 pm Nikos Skalkotos

docs: Change CentOS version from 6.0 to 6.x

37e9c087 02/24/2014 01:36 pm Nikos Skalkotos

docs: Add missing SWAP image property section

29c0b1d1 02/20/2014 04:43 pm Chrysostomos Nanakos

pithcat: Return XSEG port back to pool

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

98ade219 02/10/2014 06:00 pm Nikos Skalkotos

docs: Replace Fedora 19 image links with Fedora 20

ce6bec17 02/06/2014 05:16 pm Nikos Skalkotos

Merge branch 'master' into develop

bump version to 0.13next

6a26b23c 02/06/2014 12:58 pm Nikos Skalkotos

Bump version to 0.13-1~wheezy

Signed-off-by: Nikos Skalkotos <>

5f411abe 02/06/2014 12:58 pm Nikos Skalkotos

Merge branch 'master' into debian-wheezy

072ab80f 02/06/2014 12:49 pm Nikos Skalkotos

Update ChangeLog and version for 0.13

df184a20 02/06/2014 12:38 pm Nikos Skalkotos

Merge branch 'develop'

5e2e29b9 02/06/2014 12:36 pm Nikos Skalkotos

docs: Update the docs to reflect current progress

  • Add links for downloading NetBSD and OpenBSD images
  • Remove the reference to the partition extending limitation for OpenBSD
2dcbe945 02/05/2014 06:25 pm Nikos Skalkotos

Check in MountImage task if /etc/fstab is present

Add an extra check to determine if the user gave the correct
ROOT_PARTITION property

971a3e68 02/04/2014 11:08 am Nikos Skalkotos

Add new HELPER_MEMORY parameter

This can be used to overwrite the size of the virtual RAM that will
be given to the helper VM

1217cf99 02/03/2014 06:48 pm Nikos Skalkotos

Merge branch 'feature-enlarge-openbsd' into develop

ac9116f0 02/03/2014 06:39 pm Nikos Skalkotos

Pin the version of openbsd-utils pkg

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

Cleanup disklabel.py

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

83d0c566 02/03/2014 05:28 pm Nikos Skalkotos

Rewrite the MountImage task

Add code to read /etc/fstab of the *BSD images and mount the remaining
filesystems during MountImage. This only worked for Linux

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.

922c1513 01/29/2014 06:04 pm Nikos Skalkotos

Remount every UFS partition rw just to be sure

In many cases although rw flags is passed to mount, the command
returns SUCCESS with a warning that the fs seems to be mounted ro.
Remounting rw does work.

4e364304 01/29/2014 05:00 pm Nikos Skalkotos

Use blockdev instead of partprobe after disklabel

partprobe creates the partitions by itself and since it does not
support disklabels, the disklabel partitons are not recreated

2a7694e7 01/29/2014 04:04 pm Nikos Skalkotos

Preserve ax_python_module.m4 in dh_auto_clean

2bb4d250 01/29/2014 04:00 pm Nikos Skalkotos

Merge branch 'develop' into debian-develop

48af2403 01/29/2014 03:28 pm Nikos Skalkotos

Run partprobe after diskpart.py

After disklabel.py enlarges the partition the kernel must be
informed about this

365b2ed3 01/29/2014 02:53 pm Nikos Skalkotos

Add support for resizing OpenBSD UFS file systems

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

326e2667 01/24/2014 06:46 pm Nikos Skalkotos

Merge branch 'master' into develop

bump version to 0.12.1next

Conflicts:
version
version.m4

e412e0ca 01/24/2014 06:13 pm Nikos Skalkotos

Bump version to 0.12.1-1~wheezy

Signed-off-by: Nikos Skalkotos <>

68b51ba4 01/24/2014 06:12 pm Nikos Skalkotos

Merge branch 'master' into debian-wheezy

d3af4a90 01/24/2014 06:08 pm Nikos Skalkotos

Update ChangeLog and version for 0.12.1

009d50af 01/24/2014 06:07 pm Nikos Skalkotos

Merge branch 'hotfix-0.12.1'

4d88c6cf 01/24/2014 05:43 pm Nikos Skalkotos

Fix bug in import/export regarding some API params

Fix a bug where API params like CONFIG_URL or IMG_PASSWORD where
checked and used by scripts other that `create' (e.g. `import' and
`export'). This may lead to errors. The CONFIG_URL may not be valid
after the image creation

dcb9c964 01/24/2014 04:32 pm Nikos Skalkotos

Bump version to 0.12.1

07e454a4 12/12/2013 04:54 pm Nikos Skalkotos

Bump version to 0.12next

4c86fa7e 12/12/2013 04:52 pm Nikos Skalkotos

Merge branch 'master' into develop

1 2 3 ... 16 Next » (1-50/767) | Per page: 25, 50, 100

Also available in: Atom