X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=discover%2Fdevice-handler.c;h=a6eb8843d514e0a99f9a53bb79ea951e8ec6f36a;hb=e6407ab0ae617fe415ff8d1c1c2116d6931a6131;hp=7a570f9e612da52ff7d098ee2e7ec8ac6eb3bb23;hpb=41caf09e98b14e34830f524405efc1bdd4087365;p=petitboot diff --git a/discover/device-handler.c b/discover/device-handler.c index 7a570f9..a6eb884 100644 --- a/discover/device-handler.c +++ b/discover/device-handler.c @@ -832,6 +832,9 @@ static enum default_priority default_option_priority( int boot_match = autoboot_option_priority(config, opt); if (boot_match > 0) return boot_match; + } else { + /* If there is no specific boot order, boot any device */ + return DEFAULT_PRIORITY_LOCAL_FIRST; } /* If the option didn't match any entry in the array, it is disabled */