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
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
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=
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
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
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
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
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
[ 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
> > >
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
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
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
12 matches
Mail list logo