Danny Milosavljevic skribis: >> + (define option-spec >> + '((quiet (single-char #\q) (value #f)))) > > Would make sense to also support "-a" (used when invoking modprobe to load multiple > kernel modules at once). I suppose we can do that later because the kernel doesn’t use it in ‘call_modprobe’ and this thing is only ever invoked by the kernel. WDYT? Ludo’.