[opensuse-autoinstall] "info" file section
I have this section in my autoinst.xml file and called it "info". It is called like the following: autoyast=http://192.168.101.66/profiles/booger/info ... <install> <init> <info_file> <![CDATA[ # # Don't remove the following line: # start_linuxrc_conf # autoyast: file:///info install: http://192.168.101.66/suse/x86/10sp1/base netdevice: eth0 hostip: 192.168.101.17 netmask: 255.255.255.0 gateway: 192.168.101.254 nameserver: 192.168.101.11 textmode: 1 vnc: 1 vncpassword: super # end_linuxrc_conf # Do not remove the above comment # ]]> </info_file> </init> </install> .... but it does not work as expected. Does anyone know what I am missing? Does this only work with PXE booting? http://www.novell.com/documentation/sles10/sles_admin/index.html?page=/docum... Thank you, LDB -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
On Friday 14 March 2008, LDB wrote:
I have this section in my autoinst.xml file and called it "info". It is called like the following:
the info file can not be on a remote source Steffen, didn't you implement something like "info=http://..." in the meantime? I think I asked you that a while ago and you thought about implementing something like that. -- ciao, Uwe Gansert Uwe Gansert, Server Technologies Team SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) Business: http://www.suse.de/~ug listening to: 20 Hz by Covenant -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
On Mon, 17 Mar 2008, Uwe Gansert wrote:
On Friday 14 March 2008, LDB wrote:
I have this section in my autoinst.xml file and called it "info". It is called like the following:
the info file can not be on a remote source Steffen, didn't you implement something like "info=http://..." in the meantime? I think I asked you that a while ago and you thought about implementing something like that.
Sure, works since at least SL 10.3. Steffen -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
On Monday 17 March 2008, Steffen Winterfeldt wrote:
Steffen, didn't you implement something like "info=http://..." in the meantime? I think I asked you that a while ago and you thought about implementing something like that.
Sure, works since at least SL 10.3.
cool. I knew there was something like that :) How about SP2? -- ciao, Uwe Gansert Uwe Gansert, Server Technologies Team SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) Business: http://www.suse.de/~ug listening to: Hang Him Higher by :Wumpscut: -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
Steffen Winterfeldt wrote
Steffen, didn't you implement something like "info=http://..." in the meantime? I think I asked you that a while ago and you thought about implementing something like that.
Sure, works since at least SL 10.3.
Cool! What about "info=nfs://...", does that work, too? We could make use of it in SLES 11 :-) (Or even SLES10 SP2 if you can get it in there). cu, Frank -- Dipl.-Inform. Frank Steiner Web: http://www.bio.ifi.lmu.de/~steiner/ Lehrstuhl f. Bioinformatik Mail: http://www.bio.ifi.lmu.de/~steiner/m/ LMU, Amalienstr. 17 Phone: +49 89 2180-4049 80333 Muenchen, Germany Fax: +49 89 2180-99-4049 * Rekursion kann man erst verstehen, wenn man Rekursion verstanden hat. * -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
On Mon, 17 Mar 2008, Frank Steiner wrote:
Steffen Winterfeldt wrote
Steffen, didn't you implement something like "info=http://..." in the meantime? I think I asked you that a while ago and you thought about implementing something like that.
Sure, works since at least SL 10.3.
Cool! What about "info=nfs://...", does that work, too? We could make use of it in SLES 11 :-) (Or even SLES10 SP2 if you can get it in there).
Yes, that works too. Just looked and it should in fact work since sles10 sp1. Steffen -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
Steffen Winterfeldt wrote
Just looked and it should in fact work since sles10 sp1.
Hmm, kind of. It tells me it's looking for the info file via nfs when I mistyped the path. When I got it right, the installer said "Got info from the command line", so I guess it finds the file! But then I'm asked for a vnc password although I specify it in the info file and it works fine when I put the info file into the initrd. cu, Frank -- Dipl.-Inform. Frank Steiner Web: http://www.bio.ifi.lmu.de/~steiner/ Lehrstuhl f. Bioinformatik Mail: http://www.bio.ifi.lmu.de/~steiner/m/ LMU, Amalienstr. 17 Phone: +49 89 2180-4049 80333 Muenchen, Germany Fax: +49 89 2180-99-4049 * Rekursion kann man erst verstehen, wenn man Rekursion verstanden hat. * -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
On Mon, 17 Mar 2008, Frank Steiner wrote:
Steffen Winterfeldt wrote
Just looked and it should in fact work since sles10 sp1.
Hmm, kind of. It tells me it's looking for the info file via nfs when I mistyped the path. When I got it right, the installer said "Got info from the command line", so I guess it finds the file! But then I'm asked
That doesn't mean much. Please look at console 3, there are the log messages. Steffen -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
Steffen Winterfeldt wrote
On Mon, 17 Mar 2008, Frank Steiner wrote:
Steffen Winterfeldt wrote
Just looked and it should in fact work since sles10 sp1. Hmm, kind of. It tells me it's looking for the info file via nfs when I mistyped the path. When I got it right, the installer said "Got info from the command line", so I guess it finds the file! But then I'm asked
That doesn't mean much. Please look at console 3, there are the log messages.
Right, there I find: Looking for info file: nfs://<my server ip/rpm-export/info which is the correct path, but it still asks me for the vnc password and the NFS servers shows in its log that the client didn't even try to mount anything via nfs. cu, FRank -- Dipl.-Inform. Frank Steiner Web: http://www.bio.ifi.lmu.de/~steiner/ Lehrstuhl f. Bioinformatik Mail: http://www.bio.ifi.lmu.de/~steiner/m/ LMU, Amalienstr. 17 Phone: +49 89 2180-4049 80333 Muenchen, Germany Fax: +49 89 2180-99-4049 * Rekursion kann man erst verstehen, wenn man Rekursion verstanden hat. * -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
On Mon, 17 Mar 2008, Frank Steiner wrote:
Steffen Winterfeldt wrote
That doesn't mean much. Please look at console 3, there are the log messages.
Right, there I find:
Looking for info file: nfs://<my server ip/rpm-export/info
which is the correct path, but it still asks me for the vnc password and the NFS servers shows in its log that the client didn't even try to mount anything via nfs.
The above message must be either followed by 'Parsing info file' or 'Info file not found'. Well, what happens after you entered the vnc password? Steffen -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
Steffen Winterfeldt wrote
The above message must be either followed by 'Parsing info file' or 'Info file not found'.
Well, what happens after you entered the vnc password?
It asks for the network card to use. Ok, got it, AY needs the network card info to determine how to mount NFS (but why the vncpassword before NFS?), so I have to put this info into the initrd or pxelinux.cfg. Anyway, the only reason why I still have an info file is the length of the append line limited to 255 chars. Don't tell me this is gone in SLES10 SP1, too? :-) cu, Frank -- Dipl.-Inform. Frank Steiner Web: http://www.bio.ifi.lmu.de/~steiner/ Lehrstuhl f. Bioinformatik Mail: http://www.bio.ifi.lmu.de/~steiner/m/ LMU, Amalienstr. 17 Phone: +49 89 2180-4049 80333 Muenchen, Germany Fax: +49 89 2180-99-4049 * Rekursion kann man erst verstehen, wenn man Rekursion verstanden hat. * -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
On Mon, 17 Mar 2008, Frank Steiner wrote:
Steffen Winterfeldt wrote
The above message must be either followed by 'Parsing info file' or 'Info file not found'.
Well, what happens after you entered the vnc password?
It asks for the network card to use. Ok, got it, AY needs the network card info to determine how to mount NFS (but why the vncpassword before NFS?), so I have to put this info into the initrd or pxelinux.cfg.
What I think happens is that you have vnc=1 in your command line (and not only in the info file). You then run into the general network setup code (needed to get 'info' via network) and so get the password dialog.
Anyway, the only reason why I still have an info file is the length of the append line limited to 255 chars. Don't tell me this is gone in SLES10 SP1, too? :-)
sles10 already had 512, I think. Steffen -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
On Mon, Mar 17, 2008 at 05:17:11PM +0100, Steffen Winterfeldt wrote:
Anyway, the only reason why I still have an info file is the length of the append line limited to 255 chars. Don't tell me this is gone in SLES10 SP1, too? :-)
sles10 already had 512, I think.
SP1 added a patch I was adding previously.. apparently the guy at Novell who did this is the same one I found the info from when searching google before. It's actually bumped to 2048 characters I believe. Has made life a lot easier with really long install= and autoyast= lines. -- Mike Marion-Unix SysAdmin/Staff IT Engineer-http://www.qualcomm.com SYSTEM ALERT: /dev/null is full. Please delete any unnecessary files. -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
Mike Marion wrote
On Mon, Mar 17, 2008 at 05:17:11PM +0100, Steffen Winterfeldt wrote:
Anyway, the only reason why I still have an info file is the length of the append line limited to 255 chars. Don't tell me this is gone in SLES10 SP1, too? :-) sles10 already had 512, I think.
SP1 added a patch I was adding previously.. apparently the guy at Novell who did this is the same one I found the info from when searching google before. It's actually bumped to 2048 characters I believe. Has made life a lot easier with really long install= and autoyast= lines.
Indeed! Thanks for that info! -- Dipl.-Inform. Frank Steiner Web: http://www.bio.ifi.lmu.de/~steiner/ Lehrstuhl f. Bioinformatik Mail: http://www.bio.ifi.lmu.de/~steiner/m/ LMU, Amalienstr. 17 Phone: +49 89 2180-4049 80333 Muenchen, Germany Fax: +49 89 2180-99-4049 * Rekursion kann man erst verstehen, wenn man Rekursion verstanden hat. * -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
Steffen Winterfeldt wrote:
On Mon, 17 Mar 2008, Frank Steiner wrote:
Steffen Winterfeldt wrote
Steffen, didn't you implement something like "info=http://..." in the meantime? I think I asked you that a while ago and you thought about implementing something like that. Sure, works since at least SL 10.3. Cool! What about "info=nfs://...", does that work, too? We could make use of it in SLES 11 :-) (Or even SLES10 SP2 if you can get it in there).
Yes, that works too.
Just looked and it should in fact work since sles10 sp1.
Steffen
This is what I pass to linuxrc .. autoyast=http://192.168.10.34/profiles/booger/info but yet it does not read the "info" section at all because it cannot read the installation source or boot off DHCP. Any suggestions would be great ... Has anyone got this to work? :) Thanks, LDB -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
On Mon, 17 Mar 2008, LDB wrote:
This is what I pass to linuxrc ..
autoyast=http://192.168.10.34/profiles/booger/info
but yet it does not read the "info" section at all because it cannot
linuxrc does not look at autoyast=... but info=... Steffen -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
Steffen Winterfeldt wrote:
On Mon, 17 Mar 2008, LDB wrote:
This is what I pass to linuxrc ..
autoyast=http://192.168.10.34/profiles/booger/info
but yet it does not read the "info" section at all because it cannot
linuxrc does not look at autoyast=... but info=...
Steffen
Hence possibly my problem .. :) LDB -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
LDB wrote:
Steffen Winterfeldt wrote:
On Mon, 17 Mar 2008, LDB wrote:
This is what I pass to linuxrc ..
autoyast=http://192.168.10.34/profiles/booger/info
but yet it does not read the "info" section at all because it cannot
linuxrc does not look at autoyast=... but info=...
Steffen
Hence possibly my problem .. :)
LDB
OK .. So now my autoinst.xml which is now renamed to "info" has the following, ... <install> <init> <info_file> <![CDATA[ # # Don't remove the following line: # start_linuxrc_conf # autoyast: http://192.168.18.40/profiles/tserver1/info install: http://192.168.18.40/suse/x86/10sp1/base netdevice: eth0 hostip: #netmask: 255.255.255.0 #gateway: 192.168.198.2 #nameserver: 192.168.198.8 textmode: 0 vnc: 1 vncpassword: boogie usessh: 1 # end_linuxrc_conf # Do not remove the above comment # ]]> </info_file> </init> </install> .... but it still prompts me for the the netdevice, then when I choose it, it finds the media, but it then stops to start the interactive installation process. Any ideas?? Thanks, LDB -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
LDB wrote:
LDB wrote:
Steffen Winterfeldt wrote:
On Mon, 17 Mar 2008, LDB wrote:
This is what I pass to linuxrc ..
autoyast=http://192.168.10.34/profiles/booger/info
but yet it does not read the "info" section at all because it cannot
linuxrc does not look at autoyast=... but info=...
Steffen
Hence possibly my problem .. :)
LDB
OK .. So now my autoinst.xml which is now renamed to "info" has the following,
... <install> <init> <info_file> <![CDATA[ # # Don't remove the following line: # start_linuxrc_conf # autoyast: http://192.168.18.40/profiles/tserver1/info install: http://192.168.18.40/suse/x86/10sp1/base netdevice: eth0 hostip: #netmask: 255.255.255.0 #gateway: 192.168.198.2 #nameserver: 192.168.198.8 textmode: 0 vnc: 1 vncpassword: boogie usessh: 1
# end_linuxrc_conf # Do not remove the above comment # ]]> </info_file> </init> </install> ....
but it still prompts me for the the netdevice, then when I choose it, it finds the media, but it then stops to start the interactive installation process.
Any ideas??
Thanks,
LDB
Does order matter?? LDB -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
On Monday 17 March 2008, LDB wrote:
Does order matter??
no, it's like with size. But you have to say "info=http://..." and not "autoyast=http://..." -- ciao, Uwe Gansert Uwe Gansert, Server Technologies Team SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) Business: http://www.suse.de/~ug listening to: Bomb by The Retrosic -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
LDB wrote
but it still prompts me for the the netdevice, then when I choose it, it finds the media, but it then stops to start the interactive installation process.
Just what I got when trying to spec the info file via nfs. AY needs to know the netdevice to fetch the info file, so you might add "netdevice=eth0 info=..." to your boot prompt. However, after I chose the netdevice, my AY continued to start the ssh and VNC server and I could connect to VNC and see what's going on... -- Dipl.-Inform. Frank Steiner Web: http://www.bio.ifi.lmu.de/~steiner/ Lehrstuhl f. Bioinformatik Mail: http://www.bio.ifi.lmu.de/~steiner/m/ LMU, Amalienstr. 17 Phone: +49 89 2180-4049 80333 Muenchen, Germany Fax: +49 89 2180-99-4049 * Rekursion kann man erst verstehen, wenn man Rekursion verstanden hat. * -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
Frank Steiner wrote:
LDB wrote
but it still prompts me for the the netdevice, then when I choose it, it finds the media, but it then stops to start the interactive installation process.
Just what I got when trying to spec the info file via nfs. AY needs to know the netdevice to fetch the info file, so you might add "netdevice=eth0 info=..." to your boot prompt.
However, after I chose the netdevice, my AY continued to start the ssh and VNC server and I could connect to VNC and see what's going on...
OK .. I got rid of it asking for the network device by using .. info=http://192.168.189/profiles/booger/info netdevice=eth0 but it still stops for an interactive installation ... do I have to put a y2confirm=no to get it going ... <install> <init> <info_file> <![CDATA[ # # Don't remove the following line: # start_linuxrc_conf # autoyast: http://192.168.181.40/profiles/tserver1/info install: http://192.168.181.40/suse/x86/10sp1/base netdevice: eth0 hostip: y2confirm: no #netmask: 255.255.255.0 #gateway: 192.168.189.2 #nameserver: 192.168.189.8 textmode: 0 vnc: 1 vncpassword: cyclops usessh: 1 # end_linuxrc_conf # Do not remove the above comment # ]]> </info_file> </init> </install> Thanks, LDB -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
On Monday 17 March 2008, LDB wrote:
OK .. I got rid of it asking for the network device by using ..
info=http://192.168.189/profiles/booger/info netdevice=eth0
but it still stops for an interactive installation ... do I have to put a y2confirm=no to get it going ...
what do you mean by "interactive installation"? A complete manual installation or just the proposal screen? If you don't want the proposal screen, don't use y2confirm in any form. y2confirm=no does not work, y2confirm=0 does not work either. Autoyast goes into proposal mode as soon as y2confirm is used in any way. -- ciao, Uwe Gansert Uwe Gansert, Server Technologies Team SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) Business: http://www.suse.de/~ug listening to: Sacred and Profane by Pride and Fall -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
Uwe Gansert wrote:
On Monday 17 March 2008, LDB wrote:
OK .. I got rid of it asking for the network device by using ..
info=http://192.168.189/profiles/booger/info netdevice=eth0
but it still stops for an interactive installation ... do I have to put a y2confirm=no to get it going ...
what do you mean by "interactive installation"? A complete manual installation or just the proposal screen? If you don't want the proposal screen, don't use y2confirm in any form. y2confirm=no does not work, y2confirm=0 does not work either. Autoyast goes into proposal mode as soon as y2confirm is used in any way.
Yes, a complete manual installation. :( I mean has the screen as if I were going to install it manually. So, all it essentially performed was a boot off the network. I will forget the y2confirm -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
On Monday 17 March 2008, LDB wrote:
what do you mean by "interactive installation"? A complete manual installation or just the proposal screen?
Yes, a complete manual installation. :(
hm. Try "AutoYaST" instead of "autoyast" in your info file. On the command line that makes no difference but maybe in the info file. For yast it's important that it's "AutoYaST" and not "autoyast" but actually linuxrc fixes the capitalization - at least for the command line but maybe not for the info file -- ciao, Uwe Gansert Uwe Gansert, Server Technologies Team SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) Business: http://www.suse.de/~ug listening to: Destroy Everything You Touch [vector lovers edit] by Ladytron -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
On Mon, 17 Mar 2008, LDB wrote:
Yes, a complete manual installation. :(
That means there's no install=<url> passed to linuxrc. Have a look at console 3 for why it enters manual mode. Steffen -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
Steffen Winterfeldt wrote:
On Mon, 17 Mar 2008, LDB wrote:
Yes, a complete manual installation. :(
That means there's no install=<url> passed to linuxrc. Have a look at console 3 for why it enters manual mode.
Steffen
I though it would get that information from the <install> section ... <install> <init> <info_file> <![CDATA[ # # Don't remove the following line: # start_linuxrc_conf # autoyast: http://192.168.189.30/profiles/tserver1/info install: http://192.168.189.30/suse/x86/10sp1/base netdevice: eth0 hostip: vnc: 1 vncpassword: cyclops # end_linuxrc_conf # Do not remove the above comment # ]]> </info_file> </init> </install> but you are saying that I MUST pass it along to the linuxrc??? LDB -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
On Mon, 17 Mar 2008, LDB wrote:
Steffen Winterfeldt wrote:
That means there's no install=<url> passed to linuxrc. Have a look at console 3 for why it enters manual mode.
I though it would get that information from the <install> section ...
[...]
but you are saying that I MUST pass it along to the linuxrc???
No, you don't. But apparently _something_ doesn't work as expected. And the best way to know is to check the log (on console 3). Steffen -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
Steffen Winterfeldt wrote:
On Mon, 17 Mar 2008, LDB wrote:
Steffen Winterfeldt wrote:
That means there's no install=<url> passed to linuxrc. Have a look at console 3 for why it enters manual mode.
I though it would get that information from the <install> section ...
[...]
but you are saying that I MUST pass it along to the linuxrc???
No, you don't. But apparently _something_ doesn't work as expected. And the best way to know is to check the log (on console 3).
Steffen
Got it .. Thanks All ... LDB -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
Uwe Gansert wrote:
On Friday 14 March 2008, LDB wrote:
I have this section in my autoinst.xml file and called it "info". It is called like the following:
the info file can not be on a remote source Steffen, didn't you implement something like "info=http://..." in the meantime? I think I asked you that a while ago and you thought about implementing something like that.
No, I did not. I never received such a message from you, from what I can determine. Sorry about that omission .. LDB -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
On Monday 17 March 2008, LDB wrote:
Steffen, didn't you implement something like "info=http://..." in the meantime? I think I asked you that a while ago and you thought about implementing something like that.
No, I did not. I never received such a message from you, from what I can determine. Sorry about that omission ..
actually I was talking to Steffen. I know that you did not implement the info=... parameter into linuxrc :) -- ciao, Uwe Gansert Uwe Gansert, Server Technologies Team SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) Business: http://www.suse.de/~ug listening to: Cornered by Dismantled -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
participants (5)
-
Frank Steiner
-
LDB
-
Mike Marion
-
Steffen Winterfeldt
-
Uwe Gansert