add_pv
This commit is contained in:
parent
2ac8f5fd55
commit
66132a2f41
2 changed files with 2 additions and 2 deletions
|
@ -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:__
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue