From d425174eab009f65b7bb28a32821a4a357149d24 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Wed, 1 Jan 2025 22:07:48 +0100 Subject: [PATCH] Debian fixed error on poweroff or reboot command Fixed: ' Failed to connect to bus: No such file or directory' in debian when the container was powered off or rebooted by installing D-Bus --- CT-Build/Debian.yaml | 1 + Readme.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CT-Build/Debian.yaml b/CT-Build/Debian.yaml index 3a0b71b..c92c743 100644 --- a/CT-Build/Debian.yaml +++ b/CT-Build/Debian.yaml @@ -1254,6 +1254,7 @@ packages: - procps - unattended-upgrades - bash-completion + - dbus action: install #Basic/Default pkgs diff --git a/Readme.md b/Readme.md index 9fd7aa1..a53acf0 100644 --- a/Readme.md +++ b/Readme.md @@ -301,7 +301,7 @@ lvcreate --name --size G ``` * Create LVM-Thin Volume ``` -lvcreate --thin -n -V G / +vcreate -VG -T / -n ``` * Create ZFS Volume (Available @ /dev/``/``) ```