Bug#452444: honor ip=

2007-12-01 Thread Daniel Baumann
[EMAIL PROTECTED] wrote: > use the configure_networking function introduced in initramfs-tools 0.91 > (debian bug #439397). nice; thanks. > note that this would break compatibility with etch(and currently lenny > too), unless you also used a backport of initramfs-tools. yep. as live-initramfs i

Bug#452444: honor ip=

2007-11-30 Thread vagrant
On Thu, Nov 22, 2007 at 11:50:18PM +0100, Daniel Baumann wrote: > Anton Lundin wrote: > > Its not nice and should probably be abstracted to a separate fuction to > > run in all the diffrent cases, and not just the nfs-root case. > > actually, initramfs-tools should be refactured for this, in order

Bug#452444: honor ip=

2007-11-26 Thread Jordi Pujol
El Thursday 22 November 2007 23:50:18 Daniel Baumann va escriure: > Anton Lundin wrote: > > the live script doesn't care about ip= parameters like which interface > > to do dhcp on and so on so this patch adds code to do this. > > you probably forgot to attach the patch. > > > Its not nice and shou

Bug#452444: honor ip=

2007-11-22 Thread Daniel Baumann
Anton Lundin wrote: > the live script doesn't care about ip= parameters like which interface > to do dhcp on and so on so this patch adds code to do this. you probably forgot to attach the patch. > Its not nice and should probably be abstracted to a separate fuction to > run in all the diffrent c

Bug#452444: honor ip=

2007-11-22 Thread Anton Lundin
Package: live-initramfs severity: wishlist Version: 1.110.7~20071118.171728 the live script doesn't care about ip= parameters like which interface to do dhcp on and so on so this patch adds code to do this. Its not nice and should prob