X-Git-Url: http://pere.pagekite.me/gitweb/homepage.git/blobdiff_plain/00603dd4644e527041e0c03521e35be796f4d1f8..076505fac0acc8e72701f9dc73a5b518f71ce62a:/blog/How_to_stay_with_sysvinit_in_Debian_Jessie.html diff --git a/blog/How_to_stay_with_sysvinit_in_Debian_Jessie.html b/blog/How_to_stay_with_sysvinit_in_Debian_Jessie.html index da53184a26..7f6c4cabad 100644 --- a/blog/How_to_stay_with_sysvinit_in_Debian_Jessie.html +++ b/blog/How_to_stay_with_sysvinit_in_Debian_Jessie.html @@ -56,7 +56,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:

@@ -74,6 +74,11 @@ 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.

Tags: bootsystem, debian, english.