[Libguestfs] [PATCH febootstrap 7/8] Remove bogus 'whitelist' parameter from usage.

Richard W.M. Jones rjones at redhat.com
Fri Aug 20 10:41:19 UTC 2010


-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
New in Fedora 11: Fedora Windows cross-compiler. Compile Windows
programs, test, and build Windows installers. Over 70 libraries supprt'd
http://fedoraproject.org/wiki/MinGW http://www.annexia.org/fedora_mingw
-------------- next part --------------
>From 15dc21be8613b6f33878cd5dd82165f434c7f368 Mon Sep 17 00:00:00 2001
From: Richard Jones <rjones at redhat.com>
Date: Thu, 19 Aug 2010 16:11:44 +0100
Subject: [PATCH 7/8] Remove bogus 'whitelist' parameter from usage.

Use the -k whitelist option to get a kernel whitelist.

This is a bug in current febootstrap-supermin-helper.
---
 helper/main.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/helper/main.c b/helper/main.c
index f8bf41d..d7dd25a 100644
--- a/helper/main.c
+++ b/helper/main.c
@@ -56,8 +56,8 @@ usage (const char *progname)
   printf ("%s: build the supermin appliance on the fly\n"
           "\n"
           "Usage:\n"
-          "  %s [-options] inputs [...] whitelist host_cpu kernel initrd\n"
-          "  %s -f ext2 inputs [...] whitelist host_cpu kernel initrd appliance\n"
+          "  %s [-options] inputs [...] host_cpu kernel initrd\n"
+          "  %s -f ext2 inputs [...] host_cpu kernel initrd appliance\n"
           "  %s --help\n"
           "  %s --version\n"
           "\n"
-- 
1.7.1



More information about the Libguestfs mailing list