templates/GRML/grml-cheatcodes.txt: update usage example cmdline for debian2hd (thank...
authorMichael Prokop <mika@grml.org>
Sat, 8 Jan 2011 00:05:33 +0000 (01:05 +0100)
committerMichael Prokop <mika@grml.org>
Sat, 8 Jan 2011 00:05:33 +0000 (01:05 +0100)
templates/GRML/grml-cheatcodes.txt

index cac0bae..b50e6ac 100644 (file)
@@ -247,12 +247,12 @@ debian2hd <options>                 ... whereas valid options for debian2hd are:
   target=       target partition/directory of the new Debian system, e.g.: target=/dev/sda1
   grub=         where to install grub to, e.g.: grub=/dev/sda
   release=      specify release of new Debian system (default is stable), e.g.: release=sid
-  mirror=       specify mirror for apt-get/aptitude, e,g.: mirror=http://cdn.debian.net/debian/
+  mirror=       specify mirror for apt-get/aptitude, e,g.: mirror=http://cdn.debian.net/debian
   password=     set passwort of user root without prompting for it, e.g.: password=AiTh5ahn
 
   Usage example for automatic installation:
 
-    debian2hd target=/dev/sda1 grub=hd0 groot=hd0,0 mirror=ftp://ftp.tugraz.at/mirror/debian password=foobar
+    debian2hd target=/dev/sda1 grub=/dev/sda mirror=http://cdn.debian.net/debian password=foobar
 
   See http://grml.org/grml-debootstrap/ for more information.