From f594b3fc3c15d638320ae91b3854d2de423ca168 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Fri, 17 Jul 2015 17:46:09 +0200 Subject: [PATCH] Import patches-unapplied version 2.333 to ubuntu/wily-proposed Imported using git-ubuntu import. Changelog parent: 1a48fd620db5944272ff017b09092ad620baa728 New changelog entries: * lp:~mvo/livecd-rootfs/snappy-add-fw_env.config: - add /etc/fw_env.config that points to /boot/uboot/fw_env.config to make fw_{set,print}env work --- debian/changelog | 8 ++++++++ live-build/ubuntu-core/hooks/16-ensure-uboot.chroot | 11 +++++++++++ 2 files changed, 19 insertions(+) diff --git a/debian/changelog b/debian/changelog index f51a29e8..eeed209d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +livecd-rootfs (2.333) wily; urgency=medium + + * lp:~mvo/livecd-rootfs/snappy-add-fw_env.config: + - add /etc/fw_env.config that points to + /boot/uboot/fw_env.config to make fw_{set,print}env work + + -- Michael Vogt Fri, 17 Jul 2015 17:46:09 +0200 + livecd-rootfs (2.332) wily; urgency=medium * Get previous ubuntu-core changes on desktop-next diff --git a/live-build/ubuntu-core/hooks/16-ensure-uboot.chroot b/live-build/ubuntu-core/hooks/16-ensure-uboot.chroot index d52ed276..655da6f3 100644 --- a/live-build/ubuntu-core/hooks/16-ensure-uboot.chroot +++ b/live-build/ubuntu-core/hooks/16-ensure-uboot.chroot @@ -4,4 +4,15 @@ set -e if [ "$(dpkg --print-architecture)" = "armhf" ]; then mkdir -p /boot/uboot + cat > /etc/fw_env.config <