The ext4 partition to flash the Intel Edison, based on the Yocto Project.
For more info on contributing or using this image, see the Edison Ethernet project.
Warning: Only clone this repo on a Linux based machine -- Windows and Mac OS X will complain about invalid file naming.
Below is a directory tree of files added(**) or changed(*) with a short description.
/
+-- bin/
+-- boot/
+-- dev/
+-- etc/
| +-- alternatives/
| +-- ...
| +-- network/**
| | +-- if-pre-up.d/**
| | | +-- change-mac** :: When the lo interace is loading on boot, change the MAC of eth0 based on /factory/mac
| | +-- interfaces** :: Added 'auto eth0' and 'iface eth0 inet dhcp' to support the Ethernet block
+-- ...
+-- home/
| +-- root/
| | +-- .bashrc** :: Added
| | +-- .profile** :: Added useful aliases
+-- sbin/
| +-- agetty
| +-- ...
| +-- post-install.sh* :: permission fixes, bash update