The latest installation instruction could always be found in README
<Please add some installation notes here>
There has been some reports that some users encounter error messages when installing voyage through non-debian distro such as Ubuntu and Fedora FC3. Although there is no obvious way to solve the it, the installation CD is prepared for installing voyage to the target disk device. The installation CD can be found:
This is a remastered Ubuntu CD with voyage flavour. Just boot off the CD and follow the instructions in the
Please note that the voyage live installation CD is not a full voyage installation. That is, you cannot expect that after booting the CD you will have all voyage functionalities and drivers loaded. It is just a Ubuntu-style CD with an extracted voyage distro tarball for installation purpose.
Important Note on Soekris 4801 bios ver 1.28 and Compact Flash cards hardset to boot as Slave only despite having the bios setting to FLASH=Primary Compact Flashes nowadays for some reason come hard set to be slaves and therefore the root drive is /dev/hdb1 and not hda1 I got a kernel panic obviously while installing voyage linux. After some frustrating googling I took a second look at the install directory and after a little modification I was in business. Edit voyage-0.2/etc/lilo.conf.voyage modify all instances of root=/dev/hda1 to read as root=/dev/hdb1 save the file. Go back and run voyage.update and complete your installation.