Remove the nousbstorage command line option (#624556).
The filtering UI can be used to achieve the same result, by having the user
select all except for USB devices. --- loader/loader.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/loader/loader.c b/loader/loader.c index 3bdc999..e53b2f3 100644 --- a/loader/loader.c +++ b/loader/loader.c @@ -1004,8 +1004,6 @@ static void parseCmdLineFlags(struct loaderData_s * loaderData, } else if (!strcasecmp(k, "kssendsn")) { flags |= LOADER_FLAGS_KICKSTART_SEND_SERIAL; /* deprecated hardware bits */ - } else if (!strcasecmp(k, "nousbstorage")) { - mlAddBlacklist("usb-storage"); } else if (!strcasecmp(k, "nousb")) { mlAddBlacklist("ehci-hcd"); mlAddBlacklist("ohci-hcd"); -- 1.7.1.1 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@redhat.com https://www.redhat.com/mailman/listinfo/anaconda-devel-list |
Remove the nousbstorage command line option (#624556).
On Tue, 2010-08-17 at 12:54 -0400, Chris Lumens wrote:
> The filtering UI can be used to achieve the same result, by having the user > select all except for USB devices. Looks good, but I suggest a documentation update too somewhere (in anaconda, as people will look for it, or perhaps on the wiki). Jon. _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@redhat.com https://www.redhat.com/mailman/listinfo/anaconda-devel-list |
Remove the nousbstorage command line option (#624556).
> Looks good, but I suggest a documentation update too somewhere (in
> anaconda, as people will look for it, or perhaps on the wiki). I'll update http://fedoraproject.org/wiki/Anaconda/Options as well. - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@redhat.com https://www.redhat.com/mailman/listinfo/anaconda-devel-list |
| All times are GMT. The time now is 09:21 AM. |
VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.