i compiled bering 1.2 from leaf.sourceforge.net (latest) , added package
bridge.lrp and ebtables.lrp , but when i run ebtables i get the famous
"kernel doesnt support th ebtables filter table" but here the changelogs say
its patched ... help ???

ive modified the install to make it work on a flashcard ... could that have
anything to do with it ?

procedure :
do virtual disk
mount -o loop -t msdos Bering_1.2_img_bering-1680.bin /mnt/img/

format flashcard
mkdosfs -I /dev/sda

copy image

mount -t msdos /dev/sda /mnt/flash/
            cp /mnt/img/* /mnt/flash/

modify image
tar zxvf Bering_1.2_modules_2.4.20.tar.gz
gunzip -S .lrp /mnt/flash/initrd.lrp
mount -o loop -t minix /mnt/flash/initrd /mnt/init/
cp /rep_des_modules/modules/drivers/ide-disk.o /mnt/init/boot/lib/modules/
cp /rep_des_modules/modules/drivers/ide-mod.o /mnt/init/boot/lib/modules/
cp /rep_des_modules/modules/drivers/ide-probe-mod.o
/mnt/init/boot/lib/modules/
vi /mnt/init/boot/etc/modules
            ide-mod
            ide-disk
            ide-probe-mod
umount /mnt/init/
gzip -S .lrp /mnt/flash/initrd

mod syslinux
vi /mnt/flash/syslinux.cfg
          display syslinux.dpy
           timeout 0
           default linux initrd=initrd.lrp init=/linuxrc root=/dev/ram0
boot=/dev/hda:msdos PKGPATH=/dev/hda
LRP=root,etc,local,modules,pump,keyboard,shorwall,dnscache,weblet

umount /mnt/flash/
syslinux /dev/sda


       | Nicolas Bussieres
  _    | Altaspectra
 °v°   |
/(_)\  |
 ^ ^   | [EMAIL PROTECTED]



-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g.
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id149&alloc_id66&op=click

_______________________________________________
leaf-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to