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'],