From 5992e3c6c511c7cd1d1309dd429ce84077333f47 Mon Sep 17 00:00:00 2001 From: Qubad786 Date: Thu, 4 Dec 2025 12:09:01 +0500 Subject: [PATCH] Remove incus from build (#907) --- conf/build.manifest | 5 ----- conf/reference-files/etc/group | 2 -- truenas_install/fhs.py | 4 ---- 3 files changed, 11 deletions(-) diff --git a/conf/build.manifest b/conf/build.manifest index b6f1835..901f52b 100644 --- a/conf/build.manifest +++ b/conf/build.manifest @@ -93,11 +93,6 @@ base-packages: install_recommends: true - name: htop install_recommends: true -- name: incus - install_recommends: false -- name: incus-agent - # agent is required to get proper events in websockets and run commands on VMs - install_recommends: false - name: ifstat install_recommends: true - name: openzfs diff --git a/conf/reference-files/etc/group b/conf/reference-files/etc/group index 66bafcf..eda8759 100644 --- a/conf/reference-files/etc/group +++ b/conf/reference-files/etc/group @@ -90,6 +90,4 @@ _chrony:x:138: polkitd:x:998: netdata:x:997: sssd:x:122: -incus:x:996: -incus-admin:x:995: caddy:x:994: diff --git a/truenas_install/fhs.py b/truenas_install/fhs.py index e5f3942..d9fa805 100644 --- a/truenas_install/fhs.py +++ b/truenas_install/fhs.py @@ -157,10 +157,6 @@ TRUENAS_DATASETS = [ 'options': ['NOSUID', 'NOACL', 'NOATIME'], 'snap': True }, - { - 'name': 'var/lib/incus', - 'options': ['NOSETUID', 'NOACL', 'NOATIME', 'DEV'], - }, { 'name': 'var/log', 'options': ['NOSUID', 'NOEXEC', 'NOACL', 'NOATIME'],