Add mount for /run

This commit is contained in:
Brian 2018-04-27 12:55:20 -07:00 committed by GitHub
parent 0eaec03f03
commit c02e2c7b9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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
```