Fix typo in grml-autoconfig.1.txt - use services instead of service
[grml-autoconfig.git] / doc / grml-autoconfig.1.txt
index 34b32f0..a701828 100644 (file)
@@ -38,21 +38,11 @@ starting from the root-directory '/' so it is easy to handle. You can generate
 configuration archives manually as well. save-config is just a frontend which
 should make it easier to use.
 
-The grml-autoconfig code has been re-worked in August 2009. This document
-handles both the behavior of Grml releases up to 2009.05  (see
-<<up-to-200905,section 'Behavior up to grml 2009.05'>>) and the current behavior
-(see <<current-versions,section 'Behavior in current Grml versions'>>). Great
-care has been taken to provide maximum backwards compatibility during the
-rewrite.
-
 [IMPORTANT]
-Starting with grml release 2009.05 its possible to use root persistency on grml.
+Starting with Grml release 2009.05 its possible to use root persistency on grml.
 This means you can store your settings and reuse them on reboot, without having
 to deal with this config framework. Visit
-link:http://wiki.grml.org/doku.php?id=persistency for further information.
-
-[[up-to-200905]]
-include::grml-autoconfig.200905.txt[]
+link:http://wiki.grml.org/doku.php?id=persistency[] for further information.
 
 [[current-versions]]
 include::grml-autoconfig.current.txt[]
@@ -182,7 +172,7 @@ Now boot from your new personalized Grml CD using the debs parameter:
 Run your own commands on startup
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-You know that booting with 'grml service=foobar' executes /etc/init.d/foobar
+You know that booting with 'grml services=foobar' executes /etc/init.d/foobar
 when booting Grml. But you want to setup a more complex network configuration,
 adjust some other stuff and so on on your own? Just write a script named grml.sh
 which does the job and use own of the mentioned bootparams. Let's say you have
@@ -234,7 +224,7 @@ configuraton archives alongside the .iso.
 
 Bugs
 ----
-If you find a bug please report it. See link:http://grml.org/bugs/ for details
+If you find a bug please report it. See link:http://grml.org/bugs/[] for details
 about how to report bugs.
 
 See also