Mailinglist Archive: opensuse-factory (955 mails)
| < Previous | Next > |
Re: [opensuse-project] Re: [opensuse-factory] The release notes/product highlights for 12.1
- From: Larry Finger <Larry.Finger@xxxxxxxxxxxx>
- Date: Fri, 28 Oct 2011 09:52:32 -0500
- Message-id: <4EAAC1B0.6010904@lwfinger.net>
On 10/27/2011 03:53 PM, Vincent Untz wrote:
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
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: opensuse-factory+owner@xxxxxxxxxxxx
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
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: opensuse-factory+owner@xxxxxxxxxxxx
| < Previous | Next > |