Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions build_files/build
Original file line number Diff line number Diff line change
Expand Up @@ -171,3 +171,9 @@ echo "ID_LIKE=debian" >> /usr/lib/os-release

# Update build information in os-release
sed -i "s/^BUILD_ID=.*/BUILD_ID=\"$BUILD_ID\"/" /usr/lib/os-release

# Move Incus to /usr/share/factory/opt/incus
# so we can symlink /opt/incus to it via tmpfiles.d
# and avoid issues with /var/opt being mounted on top
mkdir -p "/usr/share/factory/opt/incus"
mv /opt/incus /usr/share/factory/opt/incus
1 change: 1 addition & 0 deletions system_files/usr/lib/tmpfiles.d/opt-incus.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
L? /opt/incus