Fix small typo (s/bootbrompt/bootprompt/)
authorMichael Prokop <mika@grml.org>
Mon, 1 Jun 2009 22:38:17 +0000 (00:38 +0200)
committerMichael Prokop <mika@grml.org>
Mon, 1 Jun 2009 22:38:17 +0000 (00:38 +0200)
debian/changelog
grml2usb
grml2usb.8.txt

index 3dcc368..2b6617f 100644 (file)
@@ -1,3 +1,9 @@
+grml2usb (0.9.7) UNRELEASED; urgency=low
+
+  * Fix typo in manpage of grml2usb (thanks to Wernfried Haas).
+
+ -- Michael Prokop <mika@grml.org>  Tue, 02 Jun 2009 00:37:35 +0200
+
 grml2usb (0.9.6) unstable; urgency=low
 
   * Support installation of the currently running grml live
 grml2usb (0.9.6) unstable; urgency=low
 
   * Support installation of the currently running grml live
index de95e5a..ad896f3 100755 (executable)
--- a/grml2usb
+++ b/grml2usb
@@ -18,7 +18,7 @@ from inspect import isroutine, isclass
 import datetime, logging, os, re, subprocess, sys, tempfile, time
 
 # global variables
 import datetime, logging, os, re, subprocess, sys, tempfile, time
 
 # global variables
-PROG_VERSION = "0.9.6"
+PROG_VERSION = "0.9.7"
 MOUNTED = set()  # register mountpoints
 TMPFILES = set() # register tmpfiles
 DATESTAMP = time.mktime(datetime.datetime.now().timetuple()) # unique identifier for syslinux.cfg
 MOUNTED = set()  # register mountpoints
 TMPFILES = set() # register tmpfiles
 DATESTAMP = time.mktime(datetime.datetime.now().timetuple()) # unique identifier for syslinux.cfg
index 822341d..de6290c 100644 (file)
@@ -19,7 +19,7 @@ Introduction
 grml2usb installs grml on a given partition of your usb device and makes it
 bootable. It provides multi-iso support, meaning you can specify several grml
 ISOs on the command line at once and select the grml flavour you would like to
 grml2usb installs grml on a given partition of your usb device and makes it
 bootable. It provides multi-iso support, meaning you can specify several grml
 ISOs on the command line at once and select the grml flavour you would like to
-boot on the bootbrompt then. Note that the *first* ISO specified on the grml2usb
+boot on the bootprompt then. Note that the *first* ISO specified on the grml2usb
 command line will become the default one (that's the one that will boot when
 just pressing enter on the bootprompt or wait until the boot timeout matches).
 
 command line will become the default one (that's the one that will boot when
 just pressing enter on the bootprompt or wait until the boot timeout matches).