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@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list