In Debian, readlink lives in /bin.

diff --git a/dracut-gencmdline b/dracut-gencmdline
index 689f49e..978f5a2 100755
--- a/dracut-gencmdline
+++ b/dracut-gencmdline
@@ -154,7 +154,7 @@ qpopd() {
 
 
 freadlink() {
-    /usr/bin/readlink -f "$1"
+    readlink -f "$1"
 }
 
 resolve_device_name() {


--
To unsubscribe from this list: send the line "unsubscribe initramfs" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to