Changes between Version 5 and Version 6 of Internal/Soekris


Ignore:
Timestamp:
Sep 20, 2006, 7:24:49 PM (18 years ago)
Author:
Joseph F. Miklojcik III
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/Soekris

    v5 v6  
    3636== Voyage Linux ==
    3737
     38Voyage Linux is Debian with enough removed so it will fit in 64Mb.
     39
    3840http://www.voyage.hk/software/voyage.html
    3941
     
    4648Pri Mas Hitachi XX.V.3.7.0.0 LBA 993-16-63
    4749
    48 The Kingston has an extremely different geometry when connected to my laptop through an IOMEGA USB media adapter.  Nor can I adjust the reported geometry in fdisk. So you can't use it to hold bootable images.
     50The Kingston has an extremely different geometry when connected to my laptop through an IOMEGA USB media adapter.  Nor can I adjust the reported geometry in fdisk. So you can't use it to hold bootable images.  I have no idea why the Kingston shows up as a slave.
    4951
     52Get the tarball, untar it on your linux laptop as root like this:
     53
     54sudo tar --numeric-owner -zxvf voyage-0.2pre4.tar.gz
     55
     56Attach the CF card.  If it gets automounted, unmount it.  Cd into the untarred directory and run voyage.update as root.  The CF card is likely to be /dev/sdb.  On an Ubuntu box you can use /media/usbdisk as the mount point.  When this finishes, move the CF card into the Soekris net4801, and reboot it.
     57
     58Log in as root.  The default root password is, predictably, 'voyage'.  Voyage linux tries to be cute by mounting everything read only, so you need to remount the root partition as read write, like this:
     59
     60mount -o remount,rw /
     61
     62Now you can and should change the root password.
     63
     64Run
     65
     66apt-get update
     67apt-get upgrade
     68
     69as usual.
     70
     71== PPP/SSH client configuration ==