]> git.pld-linux.org Git - packages/geninitrd.git/commitdiff
- rel 6; don't resolve symlink for luks device nodes auto/th/geninitrd-10000_32-6
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 11 Mar 2011 11:36:22 +0000 (11:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    geninitrd-svn.patch -> 2.4
    geninitrd.spec -> 2.180

geninitrd-svn.patch
geninitrd.spec

index 89b8106c6f9055af841fa39b828a1cecc52677d7..922e7f4abcef83a3bfeecc5102cc989f9c98009b 100644 (file)
@@ -54,3 +54,16 @@ Index: mod-sata.sh
                # match vendor
                [ "$1" = "$vendor" ] || continue
                # match device, allow PCI_ANY_ID
+Index: geninitrd
+===================================================================
+--- geninitrd  (wersja 12198)
++++ geninitrd  (kopia robocza)
+@@ -467,7 +467,7 @@
+               devpath=$(dm_node "$devpath")
+       fi
+-      if [ -L "$devpath" ] && ! is_lvm "$devpath"; then
++      if [ -L "$devpath" ] && ! is_lvm "$devpath" && ! is_luks "$devpath"; then
+               # sanitize things like:
+               # /dev/block/104:2 -> /dev/cciss/c0d0p2
+               devpath=$(readlink -f "$devpath")
index d1012e69ad28c2568f0e061223115a02ef7a4f55..7171beed776b104c63342058c496081fc180d725 100644 (file)
@@ -8,7 +8,7 @@ Summary(pl.UTF-8):      Narzędzie do tworzenia inicjalnego ramdysku używanego przy
 Name:          geninitrd
 Version:       10000.32
 # leave rel 1 for ac
-Release:       5
+Release:       6
 License:       GPL
 Group:         Applications/System
 Source0:       %{name}-%{version}.tar.gz
This page took 0.149638 seconds and 4 git commands to generate.