mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-04 16:01:24 +00:00
parent
a8a6d208f6
commit
f05a8a238f
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -12,6 +12,9 @@ livecd-rootfs (2.448) UNRELEASED; urgency=medium
|
||||
* auto/config: enable Debug::pkgDepCache::AutoInstall so tracking down
|
||||
dependency bugs in the livefs is a little clearer.
|
||||
|
||||
[ Robert C Jennings ]
|
||||
* live-build/functions: Update path for VMDKstream.py (LP: #1706116)
|
||||
|
||||
-- Balint Reczey <rbalint@ubuntu.com> Wed, 14 Jun 2017 18:25:32 +0200
|
||||
|
||||
livecd-rootfs (2.447) artful; urgency=medium
|
||||
|
@ -226,7 +226,7 @@ create_vmdk() {
|
||||
destination="$2"
|
||||
size="${3:-10240}"
|
||||
|
||||
streamconverter="/usr/share/pyshared/VMDKstream.py"
|
||||
streamconverter="/usr/lib/python2.7/dist-packages/VMDKstream.py"
|
||||
scratch_d=$(mktemp -d)
|
||||
cp ${src} ${scratch_d}/resize.img
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user