filesystem layout
the filesystem in dérive is supposed to be simple and not stupid.
- /bin - all binaries
- /dev - devices
- /sbin -> /bin
- /boot - boot files
- /etc - system config
- /home - home dir per user
- /proc - running processes
- /var - run and log
- /share - bits and bobs
- /lib - static libraries for building stuff
- /lib64 -> /lib
- /mnt - mount points
- /run -> /var/run
- /sys - kernel stuff
- /tmp - temporary files
- /usr -> /
- /ports - the ports tree