Statistics
| Branch: | Tag: | Revision:

root / image_creator @ 8ec4da46

Name Size
  help
  os_type
  output
__init__.py 1.6 kB
bundle_volume.py 16.6 kB
dialog_main.py 8.2 kB
dialog_menu.py 24.2 kB
dialog_util.py 5.4 kB
dialog_wizard.py 9.8 kB
disk.py 18.2 kB
gpt.py 11.5 kB
kamaki_wrapper.py 4 kB
main.py 12.1 kB
rsync.py 4.5 kB
util.py 3.3 kB

Latest revisions

# Date Author Comment
8ec4da46 03/06/2013 01:03 pm Nikos Skalkotos

Enforce raw img format in libguestfs

Don't let libguestfs guess the format of the provided image. Enforce
it to treat the image as raw.

84e3cd34 01/30/2013 01:53 pm Nikos Skalkotos

Bump version to 0.2.3

c631f3e4 01/29/2013 06:33 pm Nikos Skalkotos

In bundle_volume keep partition starting points

When shrinking partitions, make sure that the shrinked partitions
always starts from the sector the initial partition started. Changing
this may destroy the boot loader.

10a5c2bf 01/29/2013 04:00 pm Nikos Skalkotos

In bundle_volume print msg when cloning partitions

b0376b3f 01/29/2013 03:27 pm Nikos Skalkotos

Add support for gpt partitions in bundle_volume

eb07a85f 01/27/2013 08:06 pm Nikos Skalkotos

Don't call parted.Device.destroy()

It behaves different in different pyparted versions and only causes
problems. Let python do the garbage-collection...

29274f83 01/26/2013 03:57 pm Nikos Skalkotos

Ommit using os.path.relpath

The method has different behaviour in python 2.6 and python 2.7.
In python 2.6, os.path.relpath('/proc', '/) will output '../proc'
where in python 2.7 it will output 'proc'.

e62eb365 01/26/2013 03:50 pm Nikos Skalkotos

Support pyparted 3.4

Use length instead of getLength() to get the size in sectors of a
device.

fba09688 01/22/2013 05:27 pm Nikos Skalkotos

Bump version to 0.2.2

252b2b5d 01/18/2013 09:20 pm Nikos Skalkotos

Completely exclude mpoints when running rsync

We used to exclude mount point from rsync with options like this:

--exclude mount/point/*

This will copy the directory and leave out all files under it. In
some cases, this causes problems because rsync will fail if it...

View revisions

Also available in: Atom