Remove bogus 'whitelist' parameter from usage.
authorRichard Jones <rjones@redhat.com>
Thu, 19 Aug 2010 15:11:44 +0000 (16:11 +0100)
committerRichard Jones <rjones@redhat.com>
Tue, 24 Aug 2010 12:17:41 +0000 (13:17 +0100)
Use the -k whitelist option to get a kernel whitelist.

This is a bug in current febootstrap-supermin-helper.

helper/main.c

index f8bf41d..d7dd25a 100644 (file)
@@ -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"