fix another quoting issue in snappy

ubuntu/yakkety
Oliver Grawert 10 years ago
parent 34cf1d6d79
commit 572da9cdec

6
debian/changelog vendored

@ -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 livecd-rootfs (2.329) wily; urgency=medium
[ Łukasz Zemczak ] [ Łukasz Zemczak ]

@ -42,8 +42,8 @@ mkdir -p $TMPDIR/assets/
# and all others grub # and all others grub
# common bits # common bits
cat > $TMPDIR/hardware.yaml << EOF cat > $TMPDIR/hardware.yaml << EOF
kernel: assets/$(basename "$kernel") kernel: assets/$(basename $kernel)
initrd: assets/$(basename "$initrd") initrd: assets/$(basename $initrd)
partition-layout: system-AB partition-layout: system-AB
EOF EOF

Loading…
Cancel
Save