From 6e8f3dabf7b84f6048a915ff5986a018e985ca80 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 22 Jun 2007 02:57:40 +0000 Subject: Allow urandom location to be customized #134489. --- conf.d/urandom | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 conf.d/urandom (limited to 'conf.d') diff --git a/conf.d/urandom b/conf.d/urandom new file mode 100644 index 0000000..0c3e63c --- /dev/null +++ b/conf.d/urandom @@ -0,0 +1,8 @@ +# /etc/conf.d/urandom + +# Sometimes you want to have urandom start before "localmount" +# (say for crypt swap), so you will need to customize this +# behavior. If you have /var on a separate partition, then +# make sure this path lives on your root device somewhere. + +URANDOM_SEED="/var/run/random-seed" -- cgit v1.2.3