Search
j0ke.net Open Build Service
>
Projects
>
home:jg
:
playground
>
dracut
> 0008-dasd_mod-changed-prio-of-cmdline-hook-to-be-executed.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File 0008-dasd_mod-changed-prio-of-cmdline-hook-to-be-executed.patch of Package dracut
From 33d1be3fa29db31765b1e4504ca6b94d33d8dc5f Mon Sep 17 00:00:00 2001 From: Harald Hoyer <harald@redhat.com> Date: Wed, 3 Feb 2010 10:17:58 +0100 Subject: [PATCH] dasd_mod: changed prio of cmdline hook to be executed after dasd --- modules.d/95dasd_mod/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules.d/95dasd_mod/install b/modules.d/95dasd_mod/install index 628614a..5cfcf25 100755 --- a/modules.d/95dasd_mod/install +++ b/modules.d/95dasd_mod/install @@ -1,4 +1,4 @@ #!/bin/bash -inst_hook cmdline 30 "$moddir/parse-dasd-mod.sh" +inst_hook cmdline 31 "$moddir/parse-dasd-mod.sh" dracut_install dasd_cio_free grep sed -- 1.8.3.1