RE: Problem switching to static IP address

2008-07-12 Thread Stephen Yorke
Thomas, I use a VERY basic script to set a static IP address on my LiveCD's...here is the script I use: #!/bin/sh # Get Static IP Information printf What IP Address do you want to assign to this computer? read IPADDR

RE: Problem switching to static IP address

2008-07-12 Thread Stephen Yorke
I do not set DNS information as this does get assigned by my DHCP Server but if you need a script to do it as well, you can add this after getting the IP Information in the first script I sent: # Place this after the reading of IP information printf What is the Primary DNS Server? read DNS1

Re: Problem switching to static IP address

2008-06-16 Thread maybeway36
If you are using GNOME on your live CD, make sure gnome-terminal is installed. On 6/16/08, Thomas H. George [EMAIL PROTECTED] wrote: I have built a very nice Debian Live CD but with two problems. One, I can't switch to the static IP addressed used by my lan. I included a copy of my

Bug#452444: honor ip=

2007-12-01 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 to

Bug#452444: honor ip=

2007-11-29 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 should

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

Re: ip=

2007-08-10 Thread Kai Hendry
, so I think that bit domain part should be optional. Next I was wondering why this feature isn't in trunk? How does casper do it? Is there some standard to ip= ? Cheers guys, ___ debian-live-devel mailing list debian-live-devel@lists.alioth.debian.org

Re: ip=

2007-08-08 Thread Chris Lale
Kai Hendry wrote: http://webconverger.org/networking/ live ip=eth0,192.168.1.22,255.255.255.0,192.168.1.1 syntax works, though it doesn't setup the DNS servers. I think the gateway ip should be put in /etc/resolv.conf? I had this problem too. Adding the gateway to /etc/resolv.conf after

Re: ip=

2007-08-08 Thread Jordi Pujol
A Dimecres 08 Agost 2007 09:59, Chris Lale va escriure: Kai Hendry wrote: http://webconverger.org/networking/ live ip=eth0,192.168.1.22,255.255.255.0,192.168.1.1 syntax works, though it doesn't setup the DNS servers. I think the gateway ip should be put in /etc/resolv.conf? I had

ip=

2007-08-07 Thread Kai Hendry
http://webconverger.org/networking/ live ip=eth0,192.168.1.22,255.255.255.0,192.168.1.1 syntax works, though it doesn't setup the DNS servers. I think the gateway ip should be put in /etc/resolv.conf? nn, ___ debian-live-devel mailing list debian