From: Petter Reinholdtsen Date: Wed, 26 Nov 2014 12:31:44 +0000 (+0100) Subject: Small update. X-Git-Url: https://pere.pagekite.me/gitweb/homepage.git/commitdiff_plain/00603dd4644e527041e0c03521e35be796f4d1f8 Small update. --- diff --git a/blog/data/2014-11-22-sysvinit-jessie.txt b/blog/data/2014-11-22-sysvinit-jessie.txt index 2143fed0d2..79582bd8ae 100644 --- a/blog/data/2014-11-22-sysvinit-jessie.txt +++ b/blog/data/2014-11-22-sysvinit-jessie.txt @@ -36,7 +36,7 @@ using a kernel argument to the installer, or by adding a line to the preseed file used. First, the kernel command line argument:

-preseed/late_command="in-target apt-get install -y sysvinit-core"
+preseed/late_command="in-target apt-get install --purge -y sysvinit-core"
 

Next, the line to use in a preseed file:

@@ -54,3 +54,8 @@ on Linux caused by the fact that it is unpredictable when hardware devices show up during boot. But on the other hand, the new default boot system still have a few rough edges I hope will be fixed before Jessie is released.

+ +

Update 2014-11-26: Inspired by +a +blog post by Torsten Glaser, added --purge to the preseed +line.