Skip to content

Commit

Permalink
Add same fix to barebone
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasbakken committed Jun 25, 2024
1 parent f4335c1 commit ef83e7e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions armbian/customize-image-barebone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ post_build() {

TAG=$(cat /tmp/overlay/rebuild/rebuild-tag)
sed -i "s/PRETTY_NAME=\"/PRETTY_NAME=\"Rebuild ${TAG}\//" /etc/os-release

# Disable the upstream kernel driver for Rexfer/rtw88_rtl8821cu
echo "blacklist rtw88_8821cu" > /etc/modprobe.d/blacklist.conf
}

prep_install() {
Expand Down

0 comments on commit ef83e7e

Please sign in to comment.