dracut-gencmdline: do not use full path for readlink
authorHarald Hoyer <harald@redhat.com>
Thu, 5 Nov 2009 15:24:00 +0000 (16:24 +0100)
committerHarald Hoyer <harald@redhat.com>
Thu, 5 Nov 2009 16:06:26 +0000 (17:06 +0100)
dracut-gencmdline

index 7359f4a..2066219 100755 (executable)
@@ -154,7 +154,7 @@ qpopd() {
 
 
 freadlink() {
-    /usr/bin/readlink -f "$1"
+    readlink -f "$1"
 }
 
 resolve_device_name() {