Hi Loïc,
l-m-c still uses parted, albeit indirectly via media_create/partitions.py, so unless I'm missing something I think this should be reverted.
On Sat, 2010-12-25 at 10:21 +0000, noreply@launchpad.net wrote:
revno: 220 committer: Loïc Minier lool@dooz.org branch nick: linaro-image-tools timestamp: Thu 2010-12-23 15:32:28 +0100 message: Drop parted dependency. modified: debian/control linaro-media-create
-- lp:linaro-image-tools https://code.launchpad.net/~linaro-maintainers/linaro-image-tools/linaro-ima...
You are subscribed to branch lp:linaro-image-tools. To unsubscribe from this branch go to https://code.launchpad.net/~linaro-maintainers/linaro-image-tools/linaro-ima... differences between files attachment (revision-diff.txt) === modified file 'debian/control' --- debian/control 2010-12-22 15:51:25 +0000 +++ debian/control 2010-12-23 14:32:28 +0000 @@ -18,7 +18,6 @@ Package: linaro-image-tools Architecture: all Depends: ${misc:Depends},
parted, uuid-runtime, u-boot | uboot-mkimage, python,
=== modified file 'linaro-media-create' --- linaro-media-create 2010-12-20 13:58:31 +0000 +++ linaro-media-create 2010-12-23 14:32:28 +0000 @@ -256,7 +256,6 @@ python -m media_create.ensure_command mkimage uboot-mkimage python -m media_create.ensure_command uuidgen uuid-runtime -python -m media_create.ensure_command parted parted case "$RFS" in ext2|ext3|ext4) python -m media_create.ensure_command "mkfs.$RFS" e2fsprogs
On Tue, Jan 04, 2011, Guilherme Salgado wrote:
l-m-c still uses parted, albeit indirectly via media_create/partitions.py, so unless I'm missing something I think this should be reverted.
Thanks; reverted; I wrongfully thought this entire file was using python-parted, but there's indeed a call to parted which remains.
Thanks again,