mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
sysprep: handle SuSE in random-seed operation
Signed-off-by: Olaf Hering <olaf@aepfle.de>
This commit is contained in:
committed by
Richard W.M. Jones
parent
d6c11b0a3d
commit
181de70feb
@@ -27,6 +27,7 @@ let random_seed_perform g root =
|
||||
let files = [
|
||||
"/var/lib/random-seed"; (* Fedora *)
|
||||
"/var/lib/urandom/random-seed"; (* Debian *)
|
||||
"/var/lib/misc/random-seed"; (* SuSE *)
|
||||
] in
|
||||
List.iter (
|
||||
fun file ->
|
||||
|
||||
Reference in New Issue
Block a user