[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Installing an Alternative Init?



Le Tue, 11 Nov 2014 10:47:35 +0200,
Andrei POPESCU <andreimpopescu@gmail.com> a écrit :

> On Lu, 10 nov 14, 21:12:10, Lee Winter wrote:
> > 
> > Of all the options available in the NON-expert installer, the
> > choice of init alternatives might not warrant a user selection
> > option, but all of the _consequences_ of that selection, i.e.,
> > things that get sucked in, mandate that users be offered a choice.
> 
> The systemd *package* would 'suck in' following packages (assuming 
> installation of Recommends, which is the default):

I want to add to this that I tried the following:

 - Install a wheezy system with debootstrap in a chroot
 - Change the source.list to jessie
 - Install sysvinit-core from jessie
 - Dist-upgrade the chroot to jessie
 - Try to install the systemd-sysv package

The extra dependencies being pulled are (with the recommends):

root@fornost:/# apt-get install systemd-sysv
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  acl dbus dmsetup libcap-ng0 libcryptsetup4 libdbus-1-3 libdevmapper1.02.1 libexpat1 libpam-systemd systemd
Suggested packages:
  dbus-x11 systemd-ui
The following packages will be REMOVED:
  sysvinit-core
The following NEW packages will be installed:
  acl dbus dmsetup libcap-ng0 libcryptsetup4 libdbus-1-3 libdevmapper1.02.1 libexpat1 libpam-systemd systemd systemd-sysv
0 upgraded, 11 newly installed, 1 to remove and 0 not upgraded.
Need to get 3597 kB of archives.
After this operation, 14.8 MB of additional disk space will be used.

Same without the recommends:

root@fornost:/# apt-get install --no-install-recommends systemd-sysv
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  acl dmsetup libcryptsetup4 libdevmapper1.02.1 systemd
Suggested packages:
  systemd-ui
Recommended packages:
  libpam-systemd dbus
The following packages will be REMOVED:
  sysvinit-core
The following NEW packages will be installed:
  acl dmsetup libcryptsetup4 libdevmapper1.02.1 systemd systemd-sysv
0 upgraded, 6 newly installed, 1 to remove and 0 not upgraded.
Need to get 2934 kB of archives.
After this operation, 12.8 MB of additional disk space will be used.


As you can see the number of new dependencies being pulled are minimal.


Reply to: