Browse Source

version 003

master 003
Harald Hoyer 15 years ago
parent
commit
9993392f6d
  1. 2
      Makefile
  2. 2
      NEWS
  3. 4
      dracut.spec

2
Makefile

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
VERSION=002
VERSION=003
GITVERSION=$(shell [ -d .git ] && git rev-list --abbrev-commit -n 1 HEAD |cut -b 1-8)

prefix ?= /usr

2
NEWS

@ -1,5 +1,7 @@ @@ -1,5 +1,7 @@
dracut-003
==========
- add debian package modules
- add dracut.conf manpage
- add module 90multipath
- add module 01fips
- crypt: ignore devices in /etc/crypttab (root is not in there)

4
dracut.spec

@ -16,8 +16,8 @@ @@ -16,8 +16,8 @@
%endif

Name: dracut
Version: 002
Release: 26%{?rdist}
Version: 003
Release: 1%{?rdist}
Summary: Initramfs generator using udev
Group: System Environment/Base
License: GPLv2+

Loading…
Cancel
Save