[opensuse-autoinstall] oS 11.1 autoyast installation with only KDE 3.5 or with KDE 4.2 (and 3.5)
Hi all! I have the following questions concerning openSUSE 11.1 autoinstall and KDE. Maybe they are trivial. For me they are not. So perhaps someone could help me with that: Which patterns do I (not) have to choose for an autoyast installation completely WITHOUT KDE 4.1? In the manual installation process one has to choose at the very beginning if it should be an KDE 3 or 4 installation. Is this possible with autoyast as well? Trying that I always got both KDE versions in the end. The following could be an interesting alternative: (How) Is it possible to have the KDE 4.2 repository integrated into the autoyast installation, so that 4.1 is replaced by 4.2. I tried to integrate the repository, but anyway, 4.1 rpms have been installed and not the rpms of 4.2. Although the 4.2 packets are available in the (auto)Yast software section, so the repository has been included. Thanks in advance, -- Guenther Haas, Uni Ulm, Institut TAIT, guenther.haas@gmx.de
On Friday 30 January 2009 20:27:34 Guenther Haas wrote:
Which patterns do I (not) have to choose for an autoyast installation completely WITHOUT KDE 4.1? In the manual installation process one has to choose at the very beginning if it should be an KDE 3 or 4 installation. Is this possible with autoyast as well? Trying that I always got both KDE versions in the end.
cloning a kde3 system does not work? I did not check for the pattern names now but if it's working in a non- autoyast installation, it should work in an autoyast installation too
(How) Is it possible to have the KDE 4.2 repository integrated into the autoyast installation, so that 4.1 is replaced by 4.2. I tried to integrate the repository, but anyway, 4.1 rpms have been installed and not the rpms of 4.2. Although the 4.2 packets are available in the (auto)Yast software section, so the repository has been included.
that's working fine here: <add-on> <add_on_products config:type="list"> <listentry> <media_url>http://download.opensuse.org/repositories/KDE:/KDE4:/Factory:/Desktop/openSUSE_11.1/</media_url> <product>KDE 4.2</product> <product_dir>/</product_dir> <name>KDE_update</name> </listentry> </add_on_products> </add-on> <software> <install_recommended config:type="boolean">true</install_recommended> <patterns config:type="list"> <pattern>base</pattern> <pattern>kde4</pattern> </patterns> </software> -- 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
Uwe Gansert wrote:
On Friday 30 January 2009 20:27:34 Guenther Haas wrote:
Which patterns do I (not) have to choose for an autoyast installation completely WITHOUT KDE 4.1? In the manual installation process one has to choose at the very beginning if it should be an KDE 3 or 4 installation. Is this possible with autoyast as well? Trying that I always got both KDE versions in the end.
cloning a kde3 system does not work?
I did not check that because that's not what I want to do.
I did not check for the pattern names now but if it's working in a non- autoyast installation, it should work in an autoyast installation too
That was exactly my idea. Without cloning anything if possible. ;-) Installing pattern kde3 does the job quite good. Having lots of kde4 rpms was a problem of dependencies, I wasn't aware of. Anyway. Installing only base and kde3, there are still some kde4 packages left, that are installed and I don't understand why that's necessary.
(How) Is it possible to have the KDE 4.2 repository integrated into the autoyast installation, so that 4.1 is replaced by 4.2. I tried to integrate the repository, but anyway, 4.1 rpms have been installed and not the rpms of 4.2. Although the 4.2 packets are available in the (auto)Yast software section, so the repository has been included.
that's working fine here:
<add-on> <add_on_products config:type="list"> <listentry> <media_url>http://download.opensuse.org/repositories/KDE:/KDE4:/Factory:/Desktop/openSUSE_11.1/</media_url> <product>KDE 4.2</product> <product_dir>/</product_dir> <name>KDE_update</name> </listentry> </add_on_products> </add-on> <software> <install_recommended config:type="boolean">true</install_recommended> <patterns config:type="list"> <pattern>base</pattern> <pattern>kde4</pattern> </patterns> </software>
Thanks. That works fine for me as well. But only as long as I don't additionally install <pattern>kde4_internet</pattern> as in my original configuratiion. But as it's not absolutely necessary, I can skip that. Regards, -- Guenther Haas, Uni Ulm, Institut TAIT, guenther.haas@gmx.de
On Wednesday 04 February 2009 11:03:23 Guenther Haas wrote:
cloning a kde3 system does not work?
I did not check that because that's not what I want to do.
why not? Then you can see the <software> section that is created
That was exactly my idea. Without cloning anything if possible. ;-)
what's wrong with cloning? :)
Thanks. That works fine for me as well. But only as long as I don't additionally install
<pattern>kde4_internet</pattern>
maybe that pattern contains knewsticker which is not covered by the kde4.2 packets so the resolver has a problem with installing 4.2 then -- 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
participants (2)
-
Guenther Haas
-
Uwe Gansert