something like this:

for i in `ls /mnt`; do wget ftp://.../$i; done
mv init* linux modules.* /moddb /mnt
apkg -u *.lrp # this update configs
mv * /mnt

and don't forget to update syslinux.cfg (add initmod.lrp)

23.10.2014 20:38, Robert K Coffman Jr. -Info From Data Corp. пишет:
> I have a number of 4.x Leaf boxes that it is probably past time to upgrade.
>
> I was considering creating a script that I would run on a generically
> installed, current Leaf box that would copy over the configuration files
> from the old firewall, so that most of the work in upgrading would be in
> imaging the new box and physically installing it.
>
> Does this have any chance of working well?  I know some packages may no
> longer be supported, and I'm willing to manually upgrade/replace those,
> but I'd like to automate whatever I can.
>
> - Bob Coffman
>
>
> ------------------------------------------------------------------------------
> ------------------------------------------------------------------------
> leaf-user mailing list: leaf-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/leaf-user
> Support Request -- http://leaf-project.org/


------------------------------------------------------------------------------
------------------------------------------------------------------------
leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/

Reply via email to