about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-09-26 17:31:21 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-09-26 18:03:43 +0200
commit8a182718ca8d7696cd975a2ea5a552a9bc4c1b04 (patch)
treedac03a89b6da20d48e2f52336cddcea61da77c68 /doc
parentfc961af360d5618d712832097b08030b7cf9d932 (diff)
splashutils: Remove
Diffstat (limited to 'doc')
-rw-r--r--doc/package-notes.xml29
1 files changed, 3 insertions, 26 deletions
diff --git a/doc/package-notes.xml b/doc/package-notes.xml
index 6dae036b33826..8a35e640324df 100644
--- a/doc/package-notes.xml
+++ b/doc/package-notes.xml
@@ -106,16 +106,6 @@ $ make menuconfig ARCH=<replaceable>arch</replaceable></screen>
         </listitem>
 
         <listitem>
-          <para>Make sure that
-          <literal>CONFIG_FB_TILEBLITTING</literal> is <emphasis>not
-          set</emphasis> (otherwise <command>fbsplash</command> won't
-          work).  This option has a tendency to be enabled as a
-          side-effect of other options.  If it is, investigate why
-          (there's probably another option that forces it to be on)
-          and fix it.</para>
-        </listitem>
-
-        <listitem>
           <para>Copy <filename>.config</filename> over the new config
           file (e.g. <filename>config-2.6.22-i686-smp</filename>).</para>
         </listitem>
@@ -137,22 +127,9 @@ $ make menuconfig ARCH=<replaceable>arch</replaceable></screen>
     kernel modules and kernel-dependent packages listed in the
     <varname>kernelPackagesFor</varname> function in
     <filename>all-packages.nix</filename> (such as the NVIDIA drivers,
-    AUFS, splashutils, etc.).  If the updated packages aren’t
-    backwards compatible with older kernels, you need to keep the
-    older versions and use some conditionals.  For example, new
-    kernels require splashutils 1.5 while old kernel require 1.3, so
-    <varname>kernelPackagesFor</varname> says:
-
-      <programlisting>
-splashutils =
-  if kernel.features ? fbSplash then splashutils_13 else
-  if kernel.features ? fbConDecor then splashutils_15 else
-  null;
-
-splashutils_13 = ...;
-splashutils_15 = ...;</programlisting>
-
-    </para>
+    AUFS, etc.).  If the updated packages aren’t backwards compatible
+    with older kernels, you may need to keep the older versions
+    around.</para>
   </listitem>
 
 </orderedlist>