|
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 = "mount -v --bind /run '" + String::Quote(Storage::PathToDestdir("/run")) + "'"; |
| 93 |
y2milestone( "cmd %1", cmd ); |
| 94 |
map m = (map) SCR::Execute(.target.bash_output, cmd ); |
| 95 |
y2milestone( "ret %1", m ); |
| 91 |
} |
96 |
} |
| 92 |
else |
97 |
else |
| 93 |
{ |
98 |
{ |