mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-09-22 23:43:56 +08:00
updated comment about usr merged lib64
This commit is contained in:
@@ -3,7 +3,9 @@
|
||||
# Install driver deb files (we're fine with overwriting stuff too)
|
||||
cd /tmp/agnos/debs
|
||||
|
||||
# Fixing issue with missing /lib64
|
||||
# Setting up usr merged lib64 since it's not done by default (in 24.04-base)
|
||||
# https://wiki.debian.org/UsrMerge
|
||||
# https://www.freedesktop.org/wiki/Software/systemd/TheCaseForTheUsrMerge/
|
||||
sudo mkdir /usr/lib64
|
||||
sudo ln -s usr/lib64 /lib64
|
||||
|
||||
|
||||
Reference in New Issue
Block a user