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 <