X-Git-Url: http://pere.pagekite.me/gitweb/homepage.git/blobdiff_plain/e354421a57be56163a341f29b8a99155d1fc840d..271aba3cc2efb48d8c0720a80a64f7845124cba6:/blog/archive/2014/11/11.rss diff --git a/blog/archive/2014/11/11.rss b/blog/archive/2014/11/11.rss index 56d4a71837..fb1f0d4a9d 100644 --- a/blog/archive/2014/11/11.rss +++ b/blog/archive/2014/11/11.rss @@ -45,7 +45,7 @@ using a kernel argument to the installer, or by adding a line to the preseed file used. First, the kernel command line argument: <p><blockquote><pre> -preseed/late_command="in-target apt-get install -y sysvinit-core" +preseed/late_command="in-target apt-get install --purge -y sysvinit-core" </pre></blockquote><p> <p>Next, the line to use in a preseed file:</p> @@ -63,6 +63,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.</p> + +<p>Update 2014-11-26: Inspired by +<ahref="https://www.mirbsd.org/permalinks/wlog-10-tg_e20141125-tg.htm#e20141125-tg_wlog-10-tg">a +blog post by Torsten Glaser</a>, added --purge to the preseed +line.</p>