diff --git a/README.md b/README.md index 9c4f30c..34d5f19 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ for sure, stop snapd.lxd service and delete everything in /var/snap/lxd/common/l exec /root/onstart to decrypt partition and import zpool, configure LXD to use encrypted partition as storage, add some config to /root/.screenrc (for gnuscreen utility), -install htop mc smartmontools and screen +install htop mc smartmontools screen and pv __Requirements:__ diff --git a/setup-usl-mm b/setup-usl-mm index 8a858b1..3335519 100755 --- a/setup-usl-mm +++ b/setup-usl-mm @@ -158,7 +158,7 @@ echo "scrollback 5000" >> /root/.screenrc echo "hardstatus string \"%{=b kw} %?%-Lw%?%{=br kw}[%n %t]%{=b kw}%?%+Lw%? %= %c\"" >> /root/.screenrc echo "Install utilities" -pacman -S --noconfirm mc htop screen smartmontools +pacman -S --noconfirm mc htop screen smartmontools pv echo "Set max processes to 1500 in default profile in LXD" lxc profile set default limits.processes 1500