View | Details | Raw Unified | Return to bug 717321
Collapse All | Expand All

(-)inst_prepdisk.ycp (+6 lines)
Lines 88-93 Link Here
88
      SCR::Execute (.target.mount, ["proc", destproc], "-t proc");
88
      SCR::Execute (.target.mount, ["proc", destproc], "-t proc");
89
      destproc = Storage::PathToDestdir("/sys");
89
      destproc = Storage::PathToDestdir("/sys");
90
      SCR::Execute (.target.mount, ["sysfs", destproc], "-t sysfs");
90
      SCR::Execute (.target.mount, ["sysfs", destproc], "-t sysfs");
91
      // mounting /run for udev (bnc#717321)
92
      cmd = "mkdir -vp '" + String::Quote(Storage::PathToDestdir("/run")) + "'; "
93
	+ "mount -v --bind /run '" + String::Quote(Storage::PathToDestdir("/run")) + "'";
94
      y2milestone( "cmd %1", cmd );
95
      m = (map) SCR::Execute(.target.bash_output, cmd );
96
      y2milestone( "ret %1", m );
91
      }
97
      }
92
  else
98
  else
93
      {
99
      {

Return to bug 717321