I've purchased a Asus EeePC 701 4G, which has 4 gigabytes of built in storage. I've installed the base FreeBSD system as well as some small command line ports (sudo, nano, tmux).
What I'm looking to do is configure ports to install on an external storage media, like a flash drive or an SD card. Also include the external media as a path to execute binaries from command line. Like installing xorg and a desktop environment onto just the external media and being able to start a desktop environment with it attached.
I'm also looking for a degree of flexibility as far as being able to start up the machine without the external media. Like if I wanted to add a port to the built in storage.
Essentially, having two ports directories, one local and one external, external may not always be available.
Where would be a good place to get started?
What I'm looking to do is configure ports to install on an external storage media, like a flash drive or an SD card. Also include the external media as a path to execute binaries from command line. Like installing xorg and a desktop environment onto just the external media and being able to start a desktop environment with it attached.
I'm also looking for a degree of flexibility as far as being able to start up the machine without the external media. Like if I wanted to add a port to the built in storage.
Essentially, having two ports directories, one local and one external, external may not always be available.
Where would be a good place to get started?