diff --git a/debian/changelog b/debian/changelog index 2620ad34..74679739 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ livecd-rootfs (2.301) UNRELEASED; urgency=low * create /boot/uboot on armhf to ensure that its in the system tarball and still on the system if ubuntu-core-upgrader performs a "format" (LP: #1447652) + * live-build/ubuntu-core/hooks/500-move-kernel-to-device-tar.binary: + - fix typo in hardware.yaml -- Michael Vogt Tue, 28 Apr 2015 08:27:44 +0200 diff --git a/live-build/ubuntu-core/hooks/500-move-kernel-to-device-tar.binary b/live-build/ubuntu-core/hooks/500-move-kernel-to-device-tar.binary index d4df2f9e..ed75ddc6 100644 --- a/live-build/ubuntu-core/hooks/500-move-kernel-to-device-tar.binary +++ b/live-build/ubuntu-core/hooks/500-move-kernel-to-device-tar.binary @@ -45,7 +45,7 @@ mkdir -p $TMPDIR/assets/ cat > $TMPDIR/hardware.yaml << EOF kernel: assets/vmlinuz initrd: assets/initrd.img -partiton-layout: system-AB +partition-layout: system-AB EOF # arch specific ones