Browse Source

Version 15

master 015
Harald Hoyer 12 years ago
parent
commit
a74eae77ac
  1. 2
      Makefile
  2. 15
      NEWS

2
Makefile

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

prefix ?= /usr

15
NEWS

@ -1,3 +1,18 @@ @@ -1,3 +1,18 @@
dracut-015
==========
- hostonly mode automatically adds command line options for root and /usr
- --add-fstab --mount parameters
- ssh-client module
- --ctty option: add job control
- cleanup /run/initramfs
- convertfs module
- /sbin/ifup can be called directly
- support kernel modules compressed with xz
- s390 iscsi modules added
- terminfo module
- lsinitrd can handle concatened images
- lsinitrd can sort by size

dracut-014
==========
- new dracut arguments:

Loading…
Cancel
Save