This commit is contained in:
Milan Meduna 2019-08-18 16:38:37 +02:00
parent 2ac8f5fd55
commit 66132a2f41
2 changed files with 2 additions and 2 deletions

View File

@ -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:__

View File

@ -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