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
This commit is contained in:
2025-01-01 22:07:48 +01:00
parent 6ca8d57b8a
commit d425174eab
2 changed files with 2 additions and 1 deletions

View File

@@ -1254,6 +1254,7 @@ packages:
- procps
- unattended-upgrades
- bash-completion
- dbus
action: install
#Basic/Default pkgs

View File

@@ -301,7 +301,7 @@ lvcreate --name <name> --size <VolumeSize>G <PoolName>
```
* Create LVM-Thin Volume
```
lvcreate --thin -n <name> -V <VolumeSize>G <poolName>/<ThinpoolName>
vcreate -V<VolumeSize>G -T <PoolName>/<ThinpoolName> -n <name>
```
* Create ZFS Volume (Available @ /dev/`<poolName>`/`<VolumeName>`)
```