[opensuse-autoinstall] linuxrc 'install' alternative in AutoYaST profile
Hi all, is there any way how to set/modify location of installation directory during AutoYaST Pre-installation phase (equivalent to 'install=ftp://....' in linuxrc) ? I want to modify/set it using AutoYaST pre-installation scripts. I've found something here: http://www.suse.de/~ug/autoyast_doc/invoking_autoinst.html#id329313 chapter 'Combining linuxrc info file with YaST2 control file' but according to http://www.suse.de/~ug/autoyast_doc/Profile.Format.html <install> element is deprecated from SLE 10.0. Thanks in advance for any idea, Stanley -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
on Thursday 07 April 2011 Stanislav Bocinec wrote:
is there any way how to set/modify location of installation directory during AutoYaST Pre-installation phase (equivalent to 'install=ftp://....' in linuxrc) ? I want to modify/set it using AutoYaST pre-installation scripts.
no unfortunately, that's not possible. autoyast pre-scripts run quite early but too late for that. -- ciao, Uwe Gansert Uwe Gansert SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) Business: http://www.suse.de/~ug listening to: "What a Tragedy" by Dismantled -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
Uwe, It means, that there is no way how to set/modify 'install=' parameter using AutoYaST profile? Thanks very much, Stanley
On 08/04/2011 at 13:37, in message <201104081337.23375.ug@suse.de>, Uwe Gansert <ug@suse.de> wrote: on Thursday 07 April 2011 Stanislav Bocinec wrote:
is there any way how to set/modify location of installation directory during AutoYaST Pre-installation phase (equivalent to 'install=ftp://....' in linuxrc) ? I want to modify/set it using AutoYaST pre-installation scripts.
no unfortunately, that's not possible. autoyast pre-scripts run quite early but too late for that.
-- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
on Monday 11 April 2011 Stanislav Bocinec wrote:
It means, that there is no way how to set/modify 'install=' parameter using AutoYaST profile?
that's right. You can not switch the installation source It's on my TODO but not yet implemented -- ciao, Uwe Gansert Uwe Gansert SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) Business: http://www.suse.de/~ug -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
Thanks very much! Stanley Stanislav Bocinec Technology Consultant sbocinec@novell.com +421 2 32 555 843, gsm +421 917 486 743 www.novell.sk Novell Making IT Work As One www.novell.com
On 11/04/2011 at 13:43, in message <201104111343.03090.ug@suse.de>, Uwe Gansert <ug@suse.de> wrote: on Monday 11 April 2011 Stanislav Bocinec wrote:
It means, that there is no way how to set/modify 'install=' parameter using AutoYaST profile?
that's right. You can not switch the installation source It's on my TODO but not yet implemented
-- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
Note that while you can't do it via autoyast, it is possible to make changes to the installation source using the Exec: option in linuxrc. The command run by Exec: runs early enough that it can make changes to the content of the info file and have the new values used by linuxrc. We use that functionality to use one set of boot media globally that automatically selects the nearest regional install server.
Thanks very much!
Stanley
Stanislav Bocinec
Technology Consultant sbocinec@novell.com +421 2 32 555 843, gsm +421 917 486 743 www.novell.sk
Novell Making IT Work As One www.novell.com
On 11/04/2011 at 13:43, in message <201104111343.03090.ug@suse.de>, Uwe Gansert <ug@suse.de> wrote: on Monday 11 April 2011 Stanislav Bocinec wrote:
It means, that there is no way how to set/modify 'installÿparameter using AutoYaST profile?
that's right. You can not switch the installation source It's on my TODO but not yet implemented
-- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
-- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
Hi Stanislav, Could you provide an example ? Tia Hajo -----Original Message----- From: Joseph V Moss [mailto:jmoss@ecsmtp.pdx.intel.com] Sent: Monday, April 11, 2011 10:42 PM To: Stanislav Bocinec Cc: opensuse-autoinstall@opensuse.org Subject: Re: [opensuse-autoinstall] linuxrc 'install' alternative in AutoYaST profile Note that while you can't do it via autoyast, it is possible to make changes to the installation source using the Exec: option in linuxrc. The command run by Exec: runs early enough that it can make changes to the content of the info file and have the new values used by linuxrc. We use that functionality to use one set of boot media globally that automatically selects the nearest regional install server. -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
Hi Hans, you probably meant whether Joseph could provide examples, didn't you? S.
On 12/04/2011 at 09:47, in message <A3ADF8C56ADA0F45BC34F904A6514E28015072EB5019@EXW10.eum.root.eumetsat.int>, Hans-Joachim Ehlers <HansJoachim.Ehlers@eumetsat.int> wrote: Hi Stanislav, Could you provide an example ?
Tia Hajo
-----Original Message----- From: Joseph V Moss [mailto:jmoss@ecsmtp.pdx.intel.com] Sent: Monday, April 11, 2011 10:42 PM To: Stanislav Bocinec Cc: opensuse-autoinstall@opensuse.org Subject: Re: [opensuse-autoinstall] linuxrc 'install' alternative in AutoYaST profile
Note that while you can't do it via autoyast, it is possible to make changes to the installation source using the Exec: option in linuxrc. The command run by Exec: runs early enough that it can make changes to the content of the info file and have the new values used by linuxrc.
We use that functionality to use one set of boot media globally that automatically selects the nearest regional install server. -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
-- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
participants (4)
-
Hans-Joachim Ehlers
-
Joseph V Moss
-
Stanislav Bocinec
-
Uwe Gansert