Compare commits
1 Commits
Author | SHA1 | Date |
---|---|---|
Brian | c02e2c7b9b |
|
@ -68,6 +68,7 @@ First run the following commands:
|
||||||
``` bash
|
``` bash
|
||||||
mount --bind /proc /target/proc
|
mount --bind /proc /target/proc
|
||||||
mount --bind /dev /target/dev
|
mount --bind /dev /target/dev
|
||||||
|
mount --bind /run /target/run
|
||||||
mount --bind /sys /target/sys
|
mount --bind /sys /target/sys
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Reference in New Issue