Skip to content

Commit

Permalink
write directly to os-release file instead of link
Browse files Browse the repository at this point in the history
  • Loading branch information
alkazar committed Jul 11, 2024
1 parent 2530acc commit a1a616f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ ID_LIKE=arch
ANSI_COLOR="1;31"
HOME_URL="${WEBSITE}"
DOCUMENTATION_URL="${DOCUMENTATION_URL}"
BUG_REPORT_URL="${BUG_REPORT_URL}"' > /etc/os-release
BUG_REPORT_URL="${BUG_REPORT_URL}"' > /usr/lib/os-release
# install extra certificates
trust anchor --store /extra_certs/*.crt
Expand Down

0 comments on commit a1a616f

Please sign in to comment.