From 6260eb304b096a57c291933b323d8b3f716ed4b2 Mon Sep 17 00:00:00 2001 From: Hans Karlinius Date: Wed, 13 Nov 2024 11:14:59 +0100 Subject: [PATCH] test --- example/config.yaml | 5 ++--- example/rootfs/etc/cont-init.d/load_modules.sh | 0 example/rootfs/etc/cont-init.d/remount_sys.sh | 0 3 files changed, 2 insertions(+), 3 deletions(-) mode change 100644 => 100755 example/rootfs/etc/cont-init.d/load_modules.sh mode change 100644 => 100755 example/rootfs/etc/cont-init.d/remount_sys.sh diff --git a/example/config.yaml b/example/config.yaml index 66904d3..a5835f0 100644 --- a/example/config.yaml +++ b/example/config.yaml @@ -1,6 +1,6 @@ # https://developers.home-assistant.io/docs/add-ons/configuration#add-on-config name: Example add-on -version: "1.2.9" +version: "1.2.11" slug: example description: Example add-on url: "https://github.com/home-assistant/addons-example/tree/main/example" @@ -11,6 +11,7 @@ arch: - amd64 - i386 init: false +startup: services kernel_modules: true full_access: true host_network: true @@ -20,9 +21,7 @@ devices: privileged: - NET_ADMIN - SYS_ADMIN - - SYS_MODULE - SYS_RAWIO - - SYS_RESOURCE - SYS_TIME - SYS_NICE #devicetree: true diff --git a/example/rootfs/etc/cont-init.d/load_modules.sh b/example/rootfs/etc/cont-init.d/load_modules.sh old mode 100644 new mode 100755 diff --git a/example/rootfs/etc/cont-init.d/remount_sys.sh b/example/rootfs/etc/cont-init.d/remount_sys.sh old mode 100644 new mode 100755