[opensuse] KIWI: How to prevent installation of specific packages
Hello everyone, I am trying to build a Live System with KIWI. Unfortunately, I cannot use the resulting system, since logins via kdm fail with a ConsoleKit error. Tracking down that error seems to be difficult and time-consuming (the same error message leads to multiple rhb and bnc entries with diverse solutions), so before I invest in bug-hunting, I would like to try the easy way out: switch from systemd to sysvinit. However, that is easier said than done. The only option I have found to exclude packages is <packages type="delete">, but apparently, that does just what it says: the package is deleted after being installed, rather than excluded in the first place. This means I cannot build the image, since there is a conflict between sysvinit-init and systemd-sysvinit. Any ideas on how to avoid this conflict? Thanks, A. -- Ansgar Esztermann DV-Systemadministration Max-Planck-Institut für biophysikalische Chemie, Abteilung 105 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
* Esztermann, Ansgar <Ansgar.Esztermann@mpi-bpc.mpg.de> [02-17-12 06:17]:
I am trying to build a Live System with KIWI. Unfortunately, I cannot use the resulting system, since logins via kdm fail with a ConsoleKit error. Tracking down that error seems to be difficult and time-consuming (the same error message leads to multiple rhb and bnc entries with diverse solutions), so before I invest in bug-hunting, I would like to try the easy way out: switch from systemd to sysvinit.
if you wish to solve/by-pass the console-kit-daemon error, boot/init to runlevel 3 and as root issue: systemctl enable console-kit-daemon.service then systemctl start console-kit-daemon.service then init 5 -- (paka)Patrick Shanahan Plainfield, Indiana, USA HOG # US1244711 http://wahoo.no-ip.org Photo Album: http://wahoo.no-ip.org/gallery2 http://en.opensuse.org openSUSE Community Member Registered Linux User #207535 @ http://linuxcounter.net -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (2)
-
Esztermann, Ansgar
-
Patrick Shanahan