File tree Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Original file line number Diff line number Diff line change 44
55To download the official version visit [ https://elementary.io/ ] ( https://elementary.io/ )
66
7+ - [ Special thanks] ( #special-thanks )
8+ - [ Download] ( #download )
9+ - [ Installation] ( #installation )
10+ - [ Known Issues] ( #known-issues )
11+ - [ Support] ( #support )
12+ - [ Building Locally] ( #building-locally )
13+
714## Special thanks
815
916The builds are based on the work of James A. Chambers alias [ TheRemote] ( https://github.com/TheRemote ) .
@@ -81,6 +88,12 @@ After your Raspberry Pi 4 has booted up you can see that all storage is used.
8188
8289![ Size after raspi-config] ( docs/screenshots/0015.png " Size after raspi-config ")
8390
91+ ## Known Issues
92+
93+ - [ ] Graphics are only partly hardware accelerated.
94+ - [ ] 4k videos cannot be played.
95+ - [ ] Settings for sound are not saved across a boot.
96+
8497## Support
8598
8699If you come across a problem open an [ issue] ( https://github.com/meisenzahl/elementary-os-unofficial/issues ) .
@@ -89,11 +102,11 @@ If you come across a problem open an [issue](https://github.com/meisenzahl/eleme
89102
90103The following example uses Docker and assumes you have Docker correctly installed and set up:
91104
92- 1 ) Run the build:
105+ 1 . Run the build:
93106
94107 ```
95108 mkdir -p artifacts
96- docker run --privileged -i \
109+ docker run --privileged -i \
97110 -v /proc:/proc \
98111 -v ${PWD}/artifacts:/artifacts \
99112 -v ${PWD}:/working_dir \
@@ -102,4 +115,4 @@ The following example uses Docker and assumes you have Docker correctly installe
102115 ./build.sh
103116 ```
104117
105- 2) When done, your image will be in the `artifacts` folder.
118+ 2. When done, your image will be in the `artifacts` folder.
You can’t perform that action at this time.
0 commit comments