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

Bug#776917: fails to debootstrap without systemd



Package: debootstrap
Version: 1.0.67
Severity: important

Due to #776912 I tried to debootstrap without systemd:

debootstrap --arch=amd64 --variant=minbase --include=sysvinit-core \
	--exclude=systemd,systemd-sysv jessie jessie

However systemd gets still pulled in by incorrectly resolving init
pre-depends:
(...)
 init pre-depens on systemd-sysv | sysvinit-core | upstart
  systemd-sysv is not installed.
  sysvinit-core is not installed.
  upstart is not installed.
(...)
Selecting previously unselected package systemd.
(...)
Rest is in #776912.

The manpage states wrt --include "Comma  separated  list  of  packages  which
will be added to download and extract lists.", however sysvinit-core doesn't
show up at all in the debootstrap.log besides above mentioned init pre-depends
message.

Yours Martin


Reply to: