Explorar el Código

dracut/module-setup.sh: pass full path to required bins.

Juan RP hace 12 años
padre
commit
cdda795053
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      dracut/module-setup.sh

+ 2 - 1
dracut/module-setup.sh

@@ -11,7 +11,8 @@ depends() {
 }
 
 install() {
-    inst chmod sed
+    inst /usr/bin/chmod
+    inst /usr/bin/sed
     inst_hook pre-pivot 01 "$moddir/adduser.sh"
     inst_hook pre-pivot 02 "$moddir/conf.sh"
     inst_hook pre-pivot 03 "$moddir/polkit.sh"