mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-14 04:41:15 +00:00
create fw_env.conf on armhf so that fw_{set,print}env works
This commit is contained in:
parent
2e3b86a3d0
commit
b3b321ea92
@ -4,4 +4,8 @@ set -e
|
||||
|
||||
if [ "$(dpkg --print-architecture)" = "armhf" ]; then
|
||||
mkdir -p /boot/uboot
|
||||
cat > /etc/fw_env.conf <<EOF
|
||||
# snappy u-boot env config
|
||||
/boot/uboot/uboot.env 0x0000 0x4000
|
||||
EOF
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user