Mailinglist Archive: opensuse-factory (955 mails)

< Previous Next >
Re: [opensuse-project] Re: [opensuse-factory] The release notes/product highlights for 12.1
On 28/10/11 15:52, Larry Finger wrote:
On 10/27/2011 03:53 PM, Vincent Untz wrote:

To get something mentioned in the release notes, please file a bug
against the release notes component in openSUSE 12.1. But you'll likely
need to have the text first, so someone would need to answer your
question (it might be that removing the systemd-sysvinit package is all
you need)

I did a bit of testing. Trying to switch from systemv to systemd by removing systemd-sysvinit might work, but removing the systemd package to go the other way gets into a lot of dependency warnings.

The following commands work, but may not be optimal:

To select systemv as default, run the following (as root):

rm /sbin/init
ln -s /sbin/sysvinit /sbin/init

To select systemd as default, run the following:

rm /sbin/init
ln -s /bin/systemd /sbin/init

Should this kind of change be possible through a YaST GUI, or as a pair of scripts?

Larry


A YaST option would be slicker.
On one box I did "zypper rm systemd" and it deleted a whole bunch of packages that seemed unrelated and I had to reinstall when I hit command not found, etc.
I reinstalled systemd which only installed systemd.
"ln -sf /sbin/sysvinit /sbin/init" is what I've now done on all boxes.
Regards
Sid.


--
Sid Boyce ... Hamradio License G3VBV, Licensed Private Pilot,
Emeritus IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support
Senior Staff Specialist, Cricket Coach
Microsoft Windows Free Zone - Linux used for all Computing Tasks

--
To unsubscribe, e-mail: opensuse-factory+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: opensuse-factory+owner@xxxxxxxxxxxx

< Previous Next >
This Thread
Follow Ups