Bug#439397: initramfs-tools: split networking code into separate function

2007-09-04 Thread maximilian attems
On Mon, 03 Sep 2007, [EMAIL PROTECTED] wrote: so splitting out the networking related code into a separate function would move towards not having forked code for all of these different network boot methods. at least, that's my hope. applied see

Bug#439397: initramfs-tools: split networking code into separate function

2007-09-03 Thread maximilian attems
hello vagrant, On Fri, 24 Aug 2007, Vagrant Cascadian wrote: please consider the attached patch that splits the networking code from the nfs scripts into a separate function, which would allow other network boot methods to re-use it. live well, vagrant thanks for your patch, can you

Bug#439397: initramfs-tools: split networking code into separate function

2007-09-03 Thread vagrant
On Mon, Sep 03, 2007 at 08:59:58PM +0200, maximilian attems wrote: On Fri, 24 Aug 2007, Vagrant Cascadian wrote: please consider the attached patch that splits the networking code from the nfs scripts into a separate function, which would allow other network boot methods to re-use it.

Bug#439397: initramfs-tools: split networking code into separate function

2007-08-24 Thread Vagrant Cascadian
Package: initramfs-tools Severity: wishlist please consider the attached patch that splits the networking code from the nfs scripts into a separate function, which would allow other network boot methods to re-use it. live well, vagrant diff --git a/scripts/functions b/scripts/functions index