14 Mar
2012
14 Mar
'12
1:27 a.m.
From: Matthew Monaco <matthew.monaco@0x01b.net> This will prevent the system from booting with a previous seed in case rc.shutdown was not run for whatever reason. --- rc.sysinit | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rc.sysinit b/rc.sysinit index 7b9c344..aff48bf 100755 --- a/rc.sysinit +++ b/rc.sysinit @@ -224,6 +224,8 @@ status "Activating Swap" swapon -a (( $RANDOM_SEED_LOADED )) || status "Initializing Random Seed" load_random_seed +status "Saving Random Seed" store_random_seed + # Remove leftover files remove_leftover -- 1.7.9.4