Removed export of variable ARCH

This commit is contained in:
Matthias Riechmann 2019-12-15 12:00:29 +01:00
parent ae713d77f4
commit 04db71efd4

View File

@ -31,8 +31,6 @@ install_common()
fi
fi
# define ARCH within global environment variables
[[ -f $SDCARD/etc/environment ]] && echo -e "ARCH=${ARCH//hf}" >> "${SDCARD}"/etc/environment
# add dummy fstab entry to make mkinitramfs happy
echo "/dev/mmcblk0p1 / $ROOTFS_TYPE defaults 0 1" >> "${SDCARD}"/etc/fstab