]> pere.pagekite.me Git - homepage.git/commitdiff
Small update.
authorPetter Reinholdtsen <pere@hungry.com>
Wed, 26 Nov 2014 12:31:44 +0000 (13:31 +0100)
committerPetter Reinholdtsen <pere@hungry.com>
Wed, 26 Nov 2014 12:31:44 +0000 (13:31 +0100)
blog/data/2014-11-22-sysvinit-jessie.txt

index 2143fed0d2cb6801d29f3730a5f4c97db099f402..79582bd8aef0b7ebeaf51d2ee11df9afff6be9f7 100644 (file)
@@ -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:
 
 <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>
@@ -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.</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>