From: Petter Reinholdtsen Date: Wed, 26 Nov 2014 12:34:13 +0000 (+0100) Subject: Generated. X-Git-Url: https://pere.pagekite.me/gitweb/homepage.git/commitdiff_plain/076505fac0acc8e72701f9dc73a5b518f71ce62a Generated. --- 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.
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> diff --git a/blog/archive/2014/11/index.html b/blog/archive/2014/11/index.html index 2442c11654..f7283453a9 100644 --- a/blog/archive/2014/11/index.html +++ b/blog/archive/2014/11/index.html @@ -63,7 +63,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:

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

+
diff --git a/blog/index.html b/blog/index.html index 82693cf395..29a245113d 100644 --- a/blog/index.html +++ b/blog/index.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.

diff --git a/blog/index.rss b/blog/index.rss index 6fce228007..23e20cbcaf 100644 --- a/blog/index.rss +++ b/blog/index.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> diff --git a/blog/tags/bootsystem/bootsystem.rss b/blog/tags/bootsystem/bootsystem.rss index 65f01d81c9..4dbe6c5ba7 100644 --- a/blog/tags/bootsystem/bootsystem.rss +++ b/blog/tags/bootsystem/bootsystem.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> diff --git a/blog/tags/bootsystem/index.html b/blog/tags/bootsystem/index.html index c18952547e..13aa69783c 100644 --- a/blog/tags/bootsystem/index.html +++ b/blog/tags/bootsystem/index.html @@ -62,7 +62,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:

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

+
diff --git a/blog/tags/debian/debian.rss b/blog/tags/debian/debian.rss index b0519b7f75..3f49c33047 100644 --- a/blog/tags/debian/debian.rss +++ b/blog/tags/debian/debian.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> diff --git a/blog/tags/debian/index.html b/blog/tags/debian/index.html index 10ec87ea07..41c431d5b4 100644 --- a/blog/tags/debian/index.html +++ b/blog/tags/debian/index.html @@ -62,7 +62,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:

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

+
diff --git a/blog/tags/english/english.rss b/blog/tags/english/english.rss index 6e0f85a68e..2f89801ee8 100644 --- a/blog/tags/english/english.rss +++ b/blog/tags/english/english.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> diff --git a/blog/tags/english/index.html b/blog/tags/english/index.html index de1d0ad89a..41e85ff4e9 100644 --- a/blog/tags/english/index.html +++ b/blog/tags/english/index.html @@ -62,7 +62,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:

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

+