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/``/``) ```