dracut/modules.d/45url-lib
Will Woods ed293f6d0c url-lib: fix fetch_url return value for dotfiles
If you do "fetch_url $url/.somefile", fetch_url would return failure,
because "$outdir/*" wouldn't match the file.

Use ls -A (which busybox ls supports) to actually find possible dotfiles
in the created output dir.

Signed-off-by: Will Woods <wwoods@redhat.com>
2012-02-21 10:11:11 +01:00
..
module-setup.sh add module 45url-lib 2012-02-15 15:46:24 +01:00
url-lib.sh url-lib: fix fetch_url return value for dotfiles 2012-02-21 10:11:11 +01:00