X-Git-Url: http://pere.pagekite.me/gitweb/homepage.git/blobdiff_plain/e354421a57be56163a341f29b8a99155d1fc840d..2303a53e3000b721cc73c3bfe81b6d2911b51a35:/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..6bbea24dc4 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.
@@ -91,6 +96,48 @@ Jessie is released.

Archive