From b3b321ea921ccd4aa866ec042b82f089a0d56a0f Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Thu, 16 Jul 2015 12:33:47 +0200 Subject: [PATCH] create fw_env.conf on armhf so that fw_{set,print}env works --- live-build/ubuntu-core/hooks/16-ensure-uboot.chroot | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/live-build/ubuntu-core/hooks/16-ensure-uboot.chroot b/live-build/ubuntu-core/hooks/16-ensure-uboot.chroot index d52ed276..17e7455f 100644 --- a/live-build/ubuntu-core/hooks/16-ensure-uboot.chroot +++ b/live-build/ubuntu-core/hooks/16-ensure-uboot.chroot @@ -4,4 +4,8 @@ set -e if [ "$(dpkg --print-architecture)" = "armhf" ]; then mkdir -p /boot/uboot + cat > /etc/fw_env.conf <