Skip to content

Commit

Permalink
tell RPI4 8GB users to try the 64bit image
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Storm <[email protected]>
  • Loading branch information
mstormi authored Oct 13, 2020
1 parent 4cb5c20 commit d06057b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions/zram.bash
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ init_zram_mounts() {
}

zram_setup() {
if is_pifour_8GB; then
echo -n "$(timestamp) [openHABian] We've detected you're using the 8GB model of the RPi4. It is known to not work with ZRAM."
if is_pifour_8GB && ! is_aarch64; then
echo -n "$(timestamp) [openHABian] You're using the 8GB model of the RPi4. It is known to not work with ZRAM. You may want to try the 64bit openHABian image."
zraminstall="disable"
fi
if [[ -n "$UNATTENDED" ]] && [[ "${zraminstall:-enable}" == "disable" ]]; then
Expand Down

0 comments on commit d06057b

Please sign in to comment.