View previous topic :: View next topic |
Author |
Message |
leonchik1976 Guru
Joined: 24 Jan 2010 Posts: 337
|
Posted: Fri Aug 08, 2014 12:21 pm Post subject: pure systemd question |
|
|
I removed openrc, and also what was depended on it - netifrc and virtual/service-manager. afterwards system boots ok. is removing openrc has any affect on the system? |
|
Back to top |
|
|
ulenrich Veteran
Joined: 10 Oct 2010 Posts: 1483
|
Posted: Fri Aug 08, 2014 12:34 pm Post subject: Re: pure systemd question |
|
|
leonchik1976 wrote: | I removed openrc, and also what was depended on it - netifrc and virtual/service-manager. afterwards system boots ok. is removing openrc has any affect on the system? |
Has anybody tried yet who can tell us? |
|
Back to top |
|
|
fturco Veteran
Joined: 08 Dec 2010 Posts: 1181 Location: Italy
|
Posted: Fri Aug 08, 2014 4:18 pm Post subject: |
|
|
After removing openrc I had to create the following symlink:
Code: | ln -s /lib/gentoo/functions.sh /etc/init.d/functions.sh |
Otherwise the gcc-config command returns an error. |
|
Back to top |
|
|
|