[gentoo-commits] gentoo-x86 commit in sys-kernel/dracut: ChangeLog dracut-038.ebuild

2014-07-21 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 14/07/21 08:04:50

  Modified: ChangeLog
  Removed:  dracut-038.ebuild
  Log:
  Removed old revision of 038.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.172sys-kernel/dracut/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/ChangeLog?rev=1.172view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/ChangeLog?rev=1.172content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/ChangeLog?r1=1.171r2=1.172

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v
retrieving revision 1.171
retrieving revision 1.172
diff -u -r1.171 -r1.172
--- ChangeLog   21 Jul 2014 08:00:22 -  1.171
+++ ChangeLog   21 Jul 2014 08:04:50 -  1.172
@@ -1,6 +1,9 @@
 # ChangeLog for sys-kernel/dracut
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v 1.171 
2014/07/21 08:00:22 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v 1.172 
2014/07/21 08:04:50 aidecoe Exp $
+
+  21 Jul 2014; Amadeusz Żołnowski aide...@gentoo.org -dracut-038.ebuild:
+  Removed old revision of 038.
 
 *dracut-038-r1 (21 Jul 2014)
 






[gentoo-commits] gentoo-x86 commit in sys-kernel/dracut: ChangeLog dracut-038.ebuild

2014-07-18 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 14/07/18 07:54:18

  Modified: ChangeLog
  Added:dracut-038.ebuild
  Log:
  Version bump.
  
  NEWS
  
  - rd.cmdline=ask will ask the user on the console to enter additional
kernel command line parameters
  - rd.hostonly=0 removes all hostonly added custom files, which is useful
in combination with rd.auto or other specific parameters, if you want to
boot on the same hardware, but the compiled in configuration does not match
your setup anymore
  - inst* functions and dracut-install now accept the -H flag, which logs all
installed files to /lib/dracut/hostonly-files. This is used to remove those
files, if rd.hostonly is given on the kernel command line
  - strstr now only does literal string match, please use strglob and strglobin
for globs
  - fixed unpacking of the microcode image on shutdown
  - added systemd-gpt-auto-generator
  - fcoe: wait for lldpad to be ready
  - network: handle ip=dhcp6
  - network: DCHPv6: set valid_lft and preferred_lft
  - dm: support dm-cache
  - fstab: do not mount and fsck from fstab if using systemd
  - break at switch_root only for bare rd.break and not for any rd.break=...
  - nbd: make use of --systemd-mark, otherwise it gets killed on switch_root
  - fcoe-uefi: fixed cmdline parameter generation
  - iscsi: deprecate ip=ibft, use rd.iscsi.ibft[=1] from now on
  - lsinitrd -m now only lists the dracut modules of the image
  - a lot of small bugfixes
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.169sys-kernel/dracut/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/ChangeLog?rev=1.169view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/ChangeLog?rev=1.169content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/ChangeLog?r1=1.168r2=1.169

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -r1.168 -r1.169
--- ChangeLog   12 Jun 2014 18:47:17 -  1.168
+++ ChangeLog   18 Jul 2014 07:54:18 -  1.169
@@ -1,6 +1,43 @@
 # ChangeLog for sys-kernel/dracut
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v 1.168 
2014/06/12 18:47:17 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v 1.169 
2014/07/18 07:54:18 aidecoe Exp $
+
+*dracut-038 (18 Jul 2014)
+
+  18 Jul 2014; Amadeusz Żołnowski aide...@gentoo.org +dracut-038.ebuild,
+  +files/038-0001-dracut-functions.sh-support-for-altern.patch,
+  +files/038-0002-gentoo.conf-let-udevdir-be-handled-by-.patch,
+  +files/038-0003-Use-the-same-paths-in-dracut.sh-as-tho.patch,
+  +files/038-0004-Install-dracut-install-into-libexec-di.patch,
+  +files/038-0005-modsign-do-not-hardcode-path-to-keyctl.patch:
+  Version bump.
+
+  NEWS
+  
+  - rd.cmdline=ask will ask the user on the console to enter additional
+kernel command line parameters
+  - rd.hostonly=0 removes all hostonly added custom files, which is useful
+in combination with rd.auto or other specific parameters, if you want to
+boot on the same hardware, but the compiled in configuration does not match
+your setup anymore
+  - inst* functions and dracut-install now accept the -H flag, which logs all
+installed files to /lib/dracut/hostonly-files. This is used to remove those
+files, if rd.hostonly is given on the kernel command line
+  - strstr now only does literal string match, please use strglob and strglobin
+for globs
+  - fixed unpacking of the microcode image on shutdown
+  - added systemd-gpt-auto-generator
+  - fcoe: wait for lldpad to be ready
+  - network: handle ip=dhcp6
+  - network: DCHPv6: set valid_lft and preferred_lft
+  - dm: support dm-cache
+  - fstab: do not mount and fsck from fstab if using systemd
+  - break at switch_root only for bare rd.break and not for any rd.break=...
+  - nbd: make use of --systemd-mark, otherwise it gets killed on switch_root
+  - fcoe-uefi: fixed cmdline parameter generation
+  - iscsi: deprecate ip=ibft, use rd.iscsi.ibft[=1] from now on
+  - lsinitrd -m now only lists the dracut modules of the image
+  - a lot of small bugfixes
 
 *dracut-037-r3 (12 Jun 2014)
 



1.1  sys-kernel/dracut/dracut-038.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/dracut-038.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/dracut-038.ebuild?rev=1.1content-type=text/plain

Index: dracut-038.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License