Search
j0ke.net Open Build Service
>
Projects
>
home:jg
:
playground
>
dracut
> 0119-crypt-add-fpu-kernel-module.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File 0119-crypt-add-fpu-kernel-module.patch of Package dracut
From e7a2d1951ed0b7fbec1dfb5072dcdacb275456ec Mon Sep 17 00:00:00 2001 From: Harald Hoyer <harald@redhat.com> Date: Mon, 21 Jun 2010 20:47:01 +0200 Subject: [PATCH] crypt: add fpu kernel module --- modules.d/90crypt/installkernel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules.d/90crypt/installkernel b/modules.d/90crypt/installkernel index f61f501..de154a5 100755 --- a/modules.d/90crypt/installkernel +++ b/modules.d/90crypt/installkernel @@ -1,3 +1,3 @@ #!/bin/bash -instmods dm_crypt cbc sha256 xts aes aes_generic aesni-intel aes-x86_64 +instmods dm_crypt cbc sha256 xts aes aes_generic aesni-intel aes-x86_64 fpu -- 1.8.3.1