[Libguestfs] febootstrap and download packages

Evaggelos Balaskas ebalaskas at ebalaskas.gr
Fri Dec 21 19:41:28 UTC 2012


if you want to fallback to default pacman.config, then all you need is this

 (match pacman_config with
 | None -> ""
 | Some filename when Sys.file_exists filename -> " --config " ^ filename
 | _ -> ""
 )

if you believe that febootstrap should exit, then i dont mind to
(learn more ocaml) provide a patch in the next few days.
Thats why i asked about the yum plugin approach on yum config file.

-- 
Evaggelos Balaskas - Unix System Engineer
http://gr.linkedin.com/in/evaggelosbalaskas




More information about the Libguestfs mailing list