diff options
author | Harald Hoyer <harald@redhat.com> | 2013-03-09 15:09:55 +0100 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2013-03-09 15:16:31 +0100 |
commit | d837ac398492cc2f6683cb8e2cbb80475ba232d5 (patch) | |
tree | 66fb7be37d0d8ae2139cf0bfcd046105f3337d18 /dracut.spec | |
parent | 900e15da342db2675d7ccd3ca17907bc6ec8cfc5 (diff) | |
download | dracut-d837ac398492cc2f6683cb8e2cbb80475ba232d5.tar.gz dracut-d837ac398492cc2f6683cb8e2cbb80475ba232d5.tar.bz2 dracut-d837ac398492cc2f6683cb8e2cbb80475ba232d5.zip |
add /lib/kernel/install.d/51-dracut-rescue.install
Upon installation of a kernel, check if a rescue image is already
available and if not, create a non-hostonly generic initramfs image with
the rescue module added.
Diffstat (limited to 'dracut.spec')
-rw-r--r-- | dracut.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dracut.spec b/dracut.spec index 707e66ad..6d30e575 100644 --- a/dracut.spec +++ b/dracut.spec @@ -338,6 +338,7 @@ rm -rf $RPM_BUILD_ROOT %endif %if 0%{?fedora} || 0%{?rhel} > 6 %{_prefix}/lib/kernel/install.d/50-dracut.install +%{_prefix}/lib/kernel/install.d/51-dracut-rescue.install %endif %files network |