瀏覽代碼

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

Juan RP 12 年之前
父節點
當前提交
cdda795053
共有 1 個文件被更改,包括 2 次插入1 次删除
  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"