Changes between Version 5 and Version 6 of Internal/Soekris
- Timestamp:
- Sep 20, 2006, 7:24:49 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/Soekris
v5 v6 36 36 == Voyage Linux == 37 37 38 Voyage Linux is Debian with enough removed so it will fit in 64Mb. 39 38 40 http://www.voyage.hk/software/voyage.html 39 41 … … 46 48 Pri Mas Hitachi XX.V.3.7.0.0 LBA 993-16-63 47 49 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. 50 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. I have no idea why the Kingston shows up as a slave. 49 51 52 Get the tarball, untar it on your linux laptop as root like this: 53 54 sudo tar --numeric-owner -zxvf voyage-0.2pre4.tar.gz 55 56 Attach 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 58 Log 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 60 mount -o remount,rw / 61 62 Now you can and should change the root password. 63 64 Run 65 66 apt-get update 67 apt-get upgrade 68 69 as usual. 70 71 == PPP/SSH client configuration ==