[opensuse-autoinstall] Is it possible to install patterns in stage2?
I have read that there is a <post-packages config:type="list"> element to enable installation of packages after the reboot during stage 2. Is there also a <post-patterns config:type="list"> tag to enable installation of patterns in stage 2? How difficult would it be to implement this? -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
Hi,
I have read that there is a <post-packages config:type="list"> element to enable installation of packages after the reboot during stage 2.
Is there also a <post-patterns config:type="list"> tag to enable installation of patterns in stage 2?
no, that's not possible so far
How difficult would it be to implement this?
should not be hard to implement but I did not see a reason so far. 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 -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
should not be hard to implement but I did not see a reason so far.
Currently Im using autoyast to setup a local build server. Ive managed to include add-on repositories and specify the OBS_BuildServer pattern in the Yast2 autoinstallation module. During the autoinstall process however, a dialog complains that the OBS_BuildServer pattern is not available. I suspect that this happens because the network device is not configured until stage2 and the installer is not able to find the pattern from the add-on repository during stage 1. Ive been able to overcome this problem by not using patterns and instead using the <post-packages> element and hand selecting the packages that would normally be part of the pattern. Hence Im able to work-around the fact that the pattern is unavailabe in stage 1, but it would be nice to have the possibility to specify a post-pattern. Clearly there is a use case for <post-pattern> selection, but maybe not very compelling. Alternatively, it would be nice to configure the network device during the initial installation (as is possible in the interactive graphical installation of opensuse 10.3) then one wouldn't have to specify <post-packages>. Hence a use case exists for bringing up the network device early in stage1.
How difficult would it be to implement this?
How would I go about implementing these enhancements? -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
On Friday 16 November 2007, Razi Khaja wrote:
should not be hard to implement but I did not see a reason so far.
Currently Im using autoyast to setup a local build server. Ive managed to include add-on repositories and specify the OBS_BuildServer pattern in the Yast2 autoinstallation module. During the autoinstall process however, a dialog complains that the OBS_BuildServer pattern is not available. I suspect that this happens because the network device is not configured until stage2 and the installer is not able to find the pattern from the add-on repository during stage 1.
Internally we've used add-on products very successfully with autoyast, but that is with a network based install. I would guess if you're using a local media based install, you would need your addon repo to also be available on the local media. -- Simon Crute IS&T. Bracknell. UK. -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
participants (3)
-
Razi Khaja
-
Simon Crute
-
Uwe Gansert