Skip to content

Commit cb36220

Browse files
committed
Add list of known issues
1 parent dd0180d commit cb36220

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

hera/arm64/raspi4/README.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
To 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

916
The 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

8699
If 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

90103
The 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.

0 commit comments

Comments
 (0)