Michael Marineau 67a462e423 coreos-kernel: fix shredding of private module signing key
Two errors here: shred_keys was not updated when the keys were moved
from the top level directory to the certs directory and shred_keys was
getting called after `rm -r certs`, leaving nothing to shred.

Now the ebuild will fail if shred fails.
2016-01-06 17:53:36 -08:00
..