=== modified file 'debian/changelog'
--- debian/changelog 2015-07-08 22:08:19 +0000
+++ debian/changelog 2015-07-09 10:12:14 +0000
@@ -1,3 +1,9 @@
+livecd-rootfs (2.330) UNRELEASED; urgency=medium
+
+ * fix another quoting issue in snappy
+
+ -- Oliver Grawert <ogra@ubuntu.com> Thu, 09 Jul 2015 12:11:55 +0200
+
livecd-rootfs (2.329) wily; urgency=medium
[ Ćukasz Zemczak ]
=== modified file 'live-build/ubuntu-core/hooks/500-move-kernel-to-device-tar.binary'
--- live-build/ubuntu-core/hooks/500-move-kernel-to-device-tar.binary 2015-07-08 20:51:49 +0000
+++ live-build/ubuntu-core/hooks/500-move-kernel-to-device-tar.binary 2015-07-09 10:11:29 +0000
@@ -42,8 +42,8 @@
# and all others grub
# common bits
cat > $TMPDIR/hardware.yaml << EOF
-kernel: assets/$(basename "$kernel")
-initrd: assets/$(basename "$initrd")
+kernel: assets/$(basename $kernel)
+initrd: assets/$(basename $initrd)
partition-layout: system-AB
EOF