configure /etc/fw_env.config for all arm arches on snappy

ubuntu/yakkety
Oliver Grawert 9 years ago
parent 822952f00e
commit ef219ff9ee

6
debian/changelog vendored

@ -1,3 +1,9 @@
livecd-rootfs (2.363) UNRELEASED; urgency=medium
* configure /etc/fw_env.config for all arm arches on snappy
-- Oliver Grawert <ogra@ubuntu.com> Thu, 10 Dec 2015 15:04:41 +0100
livecd-rootfs (2.362) xenial; urgency=medium
* make sure u-boot-tools is installed on snappy arm64

@ -2,7 +2,8 @@
set -e
if [ "$(dpkg --print-architecture)" = "armhf" ]; then
case "$(dpkg --print-architecture)" in
arm*)
mkdir -p /boot/uboot
cat > /etc/fw_env.config <<EOF
# snappy u-boot env config
@ -15,4 +16,5 @@ if [ "$(dpkg --print-architecture)" = "armhf" ]; then
/boot/uboot/uboot.env 0x0000 0x20000
/boot/uboot/uboot.env 0x0000 0x20000
EOF
fi
;;
esac

Loading…
Cancel
Save