From c10fd7dd722accc4ff8a98c7d78a59a8d9b83f93 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Wed, 29 Apr 2015 14:43:44 +0200 Subject: [PATCH] * live-build/ubuntu-core/hooks/500-move-kernel-to-device-tar.binary: - fix typo in hardware.yaml --- debian/changelog | 2 ++ .../ubuntu-core/hooks/500-move-kernel-to-device-tar.binary | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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