Ubuntu Pastebin

Paste from ogra at Thu, 9 Jul 2015 10:12:20 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
=== 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
 
Download as text