Bug#535008: configure_networking: support BOOTIF variable set by pxelinux

2010-02-28 Thread maximilian attems
On Fri, 26 Feb 2010, Vagrant Cascadian wrote: > > i *think* that would be required, but i'm not sure. it would need the BOOTIF > variable available in some scripts such as the NBD support, which calls > configure_networking from scripts/local-top/nbd-client. > > thanks! > > live well, > vagra

Bug#535008: configure_networking: support BOOTIF variable set by pxelinux

2010-02-26 Thread Vagrant Cascadian
On Wed, Feb 24, 2010 at 06:16:45PM +0100, maximilian attems wrote: > > it may need special handling to make sure BOOTIF is exported, such as if run > > from the scripts/*-top/*. > > hmmm ?? don't get that part, do you want an > export BOOTIF= in init? i *think* that would be required, but i'm no

Bug#535008: configure_networking: support BOOTIF variable set by pxelinux

2010-02-24 Thread maximilian attems
hello vagrant, pushing backlog out, finaly. thanks for your patience. :) On Wed, 03 Feb 2010, Vagrant Cascadian wrote: > updated patch against current master, using only shell, and with a cleaner > method to convert BOOTF to a typical mac address. cool, thanks. applied http://git.debian.org/?p=

Bug#535008: configure_networking: support BOOTIF variable set by pxelinux

2010-02-03 Thread Vagrant Cascadian
updated patch against current master, using only shell, and with a cleaner method to convert BOOTF to a typical mac address. diff --git a/scripts/functions b/scripts/functions index 77de8f3..cb6cf08 100644 --- a/scripts/functions +++ b/scripts/functions @@ -258,6 +258,42 @@ parse_numeric() { co

Bug#535008: configure_networking: support BOOTIF variable set by pxelinux

2009-11-02 Thread Christoph Bussenius
Package: initramfs-tools Version: 0.85i Followup-For: Bug #535008 Hi, you may use the following script as a temporary fix. Depending on your initrd, you have to put the script (which I call "pxedev") into one of the following places (putting it in both does not seem to hurt): * /etc/initramf

Bug#535008: configure_networking: support BOOTIF variable set by pxelinux

2009-10-28 Thread Gabor Gombas
Hi, Mee too! It'd be really nice to have this integrated. To add something constructive, mdadm, and lvm2 scripts already use sed without checking for it or making sure that it is available, so the use of sed should not be a problem. cryptsetup also uses sed but it at least forces "BUSYBOX=y". IMH

Bug#535008: configure_networking: support BOOTIF variable set by pxelinux

2009-08-15 Thread Christoph Bussenius
Package: initramfs-tools Version: 0.85i Followup-For: Bug #535008 Isn't the following needed too? --- init~ 2009-04-03 14:30:54.0 +0200 +++ init2009-08-15 12:51:17.677986358 +0200 @@ -36,6 +36,7 @@ export ROOTFLAGS= export ROOTFSTYPE= export IP= +export BOOTIF= export br

Bug#535008: configure_networking: support BOOTIF variable set by pxelinux

2009-07-03 Thread Vagrant Cascadian
updated patch that only using only shell parameter expansion and cat: diff --git a/scripts/functions b/scripts/functions index 77de8f3..e9e94b3 100644 --- a/scripts/functions +++ b/scripts/functions @@ -258,6 +258,42 @@ parse_numeric() { configure_networking() { + + # pxelinux sets BOOTI

Bug#535008: configure_networking: support BOOTIF variable set by pxelinux

2009-06-29 Thread maximilian attems
[ add hpa on cc ] On Sun, 28 Jun 2009, Vagrant Cascadian wrote: > On Sun, Jun 28, 2009 at 11:51:32PM +0100, Ben Hutchings wrote: > > On Sun, 2009-06-28 at 14:50 -0700, Vagrant Cascadian wrote: > > > Package: initramfs-tools > > > Version: 0.93.3 > > > Severity: wishlist > > > Tags: patch > > >

Bug#535008: configure_networking: support BOOTIF variable set by pxelinux

2009-06-28 Thread Vagrant Cascadian
On Sun, Jun 28, 2009 at 11:51:32PM +0100, Ben Hutchings wrote: > On Sun, 2009-06-28 at 14:50 -0700, Vagrant Cascadian wrote: > > Package: initramfs-tools > > Version: 0.93.3 > > Severity: wishlist > > Tags: patch > > > > when booting thin clients with multiple network cards, > > initramfs-tools/i

Bug#535008: configure_networking: support BOOTIF variable set by pxelinux

2009-06-28 Thread Ben Hutchings
On Sun, 2009-06-28 at 14:50 -0700, Vagrant Cascadian wrote: > Package: initramfs-tools > Version: 0.93.3 > Severity: wishlist > Tags: patch > > when booting thin clients with multiple network cards, > initramfs-tools/ipconfig > have a hard time figuring out which interface to use. attached is a p

Bug#535008: configure_networking: support BOOTIF variable set by pxelinux

2009-06-28 Thread Vagrant Cascadian
Package: initramfs-tools Version: 0.93.3 Severity: wishlist Tags: patch when booting thin clients with multiple network cards, initramfs-tools/ipconfig have a hard time figuring out which interface to use. attached is a patch which sets DEVICE to the interface matching the mac address that pxelinu