Import patches-unapplied version 2.330 to ubuntu/wily-proposed

Imported using git-ubuntu import.

Changelog parent: 1d69cd75b2aa568aa3c8c582f7aadb368fc95d56

New changelog entries:
  * fix another quoting issue in snappy
This commit is contained in:
Oliver Grawert 2015-07-09 12:11:55 +02:00 committed by usd-importer
parent 1d69cd75b2
commit 2840dc63ee
2 changed files with 8 additions and 2 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
livecd-rootfs (2.330) wily; 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 ]

View File

@ -42,8 +42,8 @@ mkdir -p $TMPDIR/assets/
# 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