live-systems.org/gitweb
/
live-build.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7abcb0
)
Removing sysvinit when building images with systemd.
author
Daniel Baumann
<daniel@debian.org>
Mon, 29 Oct 2012 18:45:17 +0000
(19:45 +0100)
committer
Daniel Baumann
<daniel@debian.org>
Mon, 29 Oct 2012 18:45:17 +0000
(19:45 +0100)
scripts/build/chroot_live-packages
patch
|
blob
|
blame
|
history
diff --git
a/scripts/build/chroot_live-packages
b/scripts/build/chroot_live-packages
index
75bf4fb
..
58cc476
100755
(executable)
--- a/
scripts/build/chroot_live-packages
+++ b/
scripts/build/chroot_live-packages
@@
-52,6
+52,8
@@
fi
case "${LB_INITSYSTEM}" in
systemd)
_PACKAGES="${_PACKAGES} systemd-sysv"
+
+ Chroot chroot "dpkg --force-remove-essential --purge sysvinit"
;;
esac