From 66132a2f41a212b4208ad8a3879c99508416536f Mon Sep 17 00:00:00 2001 From: milan Date: Sun, 18 Aug 2019 16:38:37 +0200 Subject: [PATCH] add_pv --- README.md | 2 +- setup-usl-mm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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