From e4c6f13b56fcbc80c08eef7ee8c4b29aaf757969 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Tue, 2 Jun 2009 00:38:17 +0200 Subject: [PATCH] Fix small typo (s/bootbrompt/bootprompt/) --- debian/changelog | 6 ++++++ grml2usb | 2 +- grml2usb.8.txt | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3dcc368..2b6617f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +grml2usb (0.9.7) UNRELEASED; urgency=low + + * Fix typo in manpage of grml2usb (thanks to Wernfried Haas). + + -- Michael Prokop Tue, 02 Jun 2009 00:37:35 +0200 + grml2usb (0.9.6) unstable; urgency=low * Support installation of the currently running grml live diff --git a/grml2usb b/grml2usb index de95e5a..ad896f3 100755 --- a/grml2usb +++ b/grml2usb @@ -18,7 +18,7 @@ from inspect import isroutine, isclass 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 diff --git a/grml2usb.8.txt b/grml2usb.8.txt index 822341d..de6290c 100644 --- a/grml2usb.8.txt +++ b/grml2usb.8.txt @@ -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 -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). -- 2.1.4