| Diff. | IPCop | SGCop |
| CFLAGS | -O2 -mcpu=i386 -march=i386 -pipe -fomit-frame-pointer | -O2 -mcpu=i686 -march=pentium3 -pipe -fomit-frame-pointer |
| Serial Console | No | Yes |
| LCD support | No | Yes |
| Install from Pendrive | No | Yes |
You can install SGCop in several ways.
- You can put the SGxx HD on another pc and make an install like IPCop does.
- You can temporary add a CD-ROM and/or a graphic card on the SGxx and make an install like IPCop does.
- You can use 'syslinux' to make a pendrive bootable from the sgcop ISO and use the serial console from the SGxx.
Install from usb:
First of all you need a serial connection to the SGxx (ex: Windows Hyper Terminal) and a Pendrive with 64MB free.
During SGxx boot enter the BIOS and change the "boot sequence" then select usb device instead of IDE hard disk.
To make the pendrive bootable you need to run some commands in your linux box.
Use cfdisk to make a new partition on the pendrive:
cfdisk /dev/sda
Select only "ext3" or "vfat" file system type only.
mkfs.msdos /dev/sda1
Now mount the pendrive and the iso image:
mkdir /mnt/usb
mkdir /mnt/iso
mount -o loop sgcop-1.4.10.i686.iso /mnt/iso
mount -t vfat /dev/sda1 /mnt/usb
Copy the content of the iso image to the pendrive:
cp -ra /mnt/iso/* /mnt/usb
The -r argument specifies a recursive copy including every directory, and the -a preserves as much as possible the structure of the data in the USB. Now you need to copy some files in the folder /boot/isolinux of the mounted pendrive to the root of the pendrive so you can boot from it:
cd /mnt/usb/boot/isolinux
cp vmlinuz /mnt/usb/
cp isntroot.gz /mnt/usb/
cp isolinux.cfg /mnt/usb/syslinux.cfg
finally make the pendrive bootable with the following command:
syslinux -s /dev/usb
If everything was right you can now plug the pendrive in the SGxx and boot.
Installation notes:
If you're running the installation from a serial console beware because you can't redirect on /dev/ttyX (you can't manage virtual consoles)
If you don't need a detailed output
during installation use the command "install /dev/null"
If you are running the install from floppy and you want to use a SCSI device remember this: you "must" use a 2.88 MB compatible floppy.
IPCop compatibility:
You can use any add-in/modification made for IPCop but remember that IPCop is compiled to run on a generic "i386".
SGCop theme:
SGCop replaces the original IPCop's theme.
Thanks to Mariane for his "elegant 2005 IPCop theme."
If you want to contact the author email to:
schneider.mariane@gmx.de
Downloads:
sgcop-sources.1.4.10.tar.bz2
md5sum.txt
3 commenti:
Ciao,
dove posso scaricare i file dell'sgcop... i link non funzionano, sarei interesato a provarla e fare un porting sulla nuova ipcop.
Mi spiace di verti risposto in ritardo ma sto spostando il blog da un'altra parte.
Se ti riferisci alla versione 1.4.16, il porting è già stato fatto. tra qualche giorno sarò in grado di pubblicare tutto sul mio nuovo sito. per il momento puoi scaricare la nuova versione dal gruppo SG20 aperto su yahoo. tra i messaggi ci sono anche le istruzioni per fare l'installazione.
Se hai ancora un po' di pazienza tra pochi giorni troverai questo post su www.morzello.it
ciao. i file li trovi qui:
http://www.morzello.com/index.php/50/
ciao
Posta un commento