Add mount for /run
This commit is contained in:
parent
0eaec03f03
commit
c02e2c7b9b
|
@ -68,6 +68,7 @@ First run the following commands:
|
|||
``` bash
|
||||
mount --bind /proc /target/proc
|
||||
mount --bind /dev /target/dev
|
||||
mount --bind /run /target/run
|
||||
mount --bind /sys /target/sys
|
||||
```
|
||||
|
||||
|
|
Reference in New Issue