Index of /bcanpebble/bcanpebblev0.6

      Name                    Last modified       Size  Description

[DIR] Parent Directory 25-May-2004 20:24 - [TXT] README 22-Sep-2003 00:34 1k [   ] bcan-0.6.tar 18-Sep-2003 16:56 43.8M tar archive

You can install it on a PC by

1. burning the tar file to CD
2. booting the PC with tomsrtbt
3. making a partition /dev/hda1 thats big enough for pebble
4.

  Create some mount points
 
 # mkdir /mnt/cf
 # mkdir /mnt/pebble
 
 Mount the hard disk and cdrom on those mount points
 
 # mount  /dev/hda1 /mnt/cf
 # mount /dev/hdb /mnt/pebble 

Extract the files from the cd to the hard disk

 # tar -xvf /mnt/pebble/*.tar

then running the script /mnt/cf/pebble.update.bcan

Change Log 18/09/2003
added logrotate_3.5.9_8_i386.deb
added ssh_3.4p1-1.1_i386.deb to patch for Latest SSH exploit


Change Log 18/09/2003

fixed typos in /usr/local/sbin/pebbleconf

added configuration settings for
hostname
dhcpd
wireless settings
dnscache


See /etc/pebblemesh.conf for full details of settings


ToDo

Add Second Debian Patch http://lists.debian.org/debian-security-announce/debian-security-announce-2003/msg00188.html

Set /etc/resolv.conf in pebbleconf script

Remove default originate in /etc/zebra/zebra.conf

Write better installation docs