1. Introduction ====================== Voyage-ozonet Linux is a branch of Voyage Linux a pebble-like (www.nycwireless.net/pebble) Linux distribution based on Debian Sarge (r3.1). It is best run on a x86-based embedded platform such as Soekris 45xx/48xx and PC Engines WRAP boards. Although Notebook and Generic PC is also supported, they are not throughoutly tested. 2. Installation ====================== Download the Voyage-ozonet Linux software package from http://wifi.ozo.com/airo/wrap/voyage-ozonet-latest.tar.bz2 to a Linux machine (FreeBSD not tested). Format the disk device. Assuming Compact Flash device on /dev/sda. fdisk /dev/sda mkfs.ext2 /dev/sda1 tune2fs -c 0 /dev/sda1 extract the software tarball: tar -jxvf voyage-ozonet-latest.tar.bz2 as root, run the installation script: cd voyage-ozonet ./voyage.update Voyage-ozonet Linux requires at least 128MB storage to run. voyage.update scripts will ask you a couple of questions to complete the installation: 1. Voyage Linux software package directoy. (default to current path) 2. The target device to install Voyage Linux. (default to /dev/hde) - At this moment you will have to determined which disk device for Voyage Linux to install - If you install to Compact Flash vi USB adapter, it should be /dev/sda. Try "sg_scan -i" and "sg_map" to test. 3. The temporary mount point for the disk device (default to /dev/mnt). - If it does not exist, you will have to create it manually 4. The module configuration to install 1 - WRAP : serial console, no pcmcia 2 - 4501/4801 : serial console, no pcmcia 3 - 4511/4521 : serial console, pcmcia 4 - Notebook (pcmcia) : no serial console, pcmcia 5 - Generic PC : no serial console, no pcmcia It will take a short whlie (~1 min) to copy all files from software package to disk device. The above configuration will be saved to .voyage.config. If you run voyage.update next time, it will use same configuration as default. For more information please refer to: http://cvs.voyage.hk/cgi-bin/viewcvs.cgi/voyage-install/README