On Wed, 2010-03-17 at 09:09 +0100, Martin Gracik wrote: > This fixes the crash when running in FIPS mode I don't know anything about FIPS but this looks reasonable to me. Dave > --- > scripts/mk-images | 3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) > > diff --git a/scripts/mk-images b/scripts/mk-images > index f8a4381..1b741d8 100755 > --- a/scripts/mk-images > +++ b/scripts/mk-images > @@ -850,6 +850,9 @@ makeinitrd() { > mkdir -p $MBD_DIR/var/lib > ln -s ../../tmp $MBD_DIR/var/lib/xkb > > + # copy hmac files for openssl > + cp $IMGPATH/usr/$LIBDIR/.*.hmac $MBD_DIR/usr/$LIBDIR/ > + > setupSshd > > cat > $MBD_DIR/.profile <<EOF _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list