Compare commits

...
This repository has been archived on 2024-04-14. You can view files and clone it, but cannot push or open issues or pull requests.

1 Commits

Author SHA1 Message Date
Brian c02e2c7b9b
Add mount for /run 2018-04-27 12:55:20 -07:00
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
```
@ -79,4 +80,4 @@ Once in the chroot, run the following command, which will generate the necessary
sudo clr-boot-manager update
```
After this, you should exit your chroot with `exit` then reboot your system. In the event you are still unable to access Solus, please [contact us](/help-center/contact/).
After this, you should exit your chroot with `exit` then reboot your system. In the event you are still unable to access Solus, please [contact us](/help-center/contact/).