[Pkg-libvirt-commits] [libguestfs] 55/66: customize: random-seed file has moved again.

Hilko Bengen bengen at moszumanska.debian.org
Fri May 9 12:56:34 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch master
in repository libguestfs.

commit c9d1ce6b9d8a9fedef91c6bb4437407d0b6aefea
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Mon May 5 15:54:30 2014 +0100

    customize: random-seed file has moved again.
    
    Thanks, systemd.
    
    (cherry picked from commit 2bd75a1ea1e606780915eeba5048f4bf8af84de9)
---
 customize/random_seed.ml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/customize/random_seed.ml b/customize/random_seed.ml
index 84236cd..8eedc1e 100644
--- a/customize/random_seed.ml
+++ b/customize/random_seed.ml
@@ -27,6 +27,7 @@ let rec set_random_seed (g : Guestfs.guestfs) root =
   if typ = "linux" then (
     let files = [
       "/var/lib/random-seed";         (* Fedora *)
+      "/var/lib/systemd/random-seed"; (* Fedora after F20? *)
       "/var/lib/urandom/random-seed"; (* Debian *)
       "/var/lib/misc/random-seed";    (* SuSE *)
     ] in

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list