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:
@@ -1254,6 +1254,7 @@ packages:
|
|||||||
- procps
|
- procps
|
||||||
- unattended-upgrades
|
- unattended-upgrades
|
||||||
- bash-completion
|
- bash-completion
|
||||||
|
- dbus
|
||||||
action: install
|
action: install
|
||||||
|
|
||||||
#Basic/Default pkgs
|
#Basic/Default pkgs
|
||||||
|
|||||||
@@ -301,7 +301,7 @@ lvcreate --name <name> --size <VolumeSize>G <PoolName>
|
|||||||
```
|
```
|
||||||
* Create LVM-Thin Volume
|
* 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>`)
|
* Create ZFS Volume (Available @ /dev/`<poolName>`/`<VolumeName>`)
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user