This commit is contained in:
Milan Meduna 2019-08-18 16:37:27 +02:00
parent 6c5dd3a148
commit b6e276bbea
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,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, exec /root/onstart to decrypt partition and import zpool,
configure LXD to use encrypted partition as storage, configure LXD to use encrypted partition as storage,
add some config to /root/.screenrc (for gnuscreen utility), add some config to /root/.screenrc (for gnuscreen utility),
install htop mc zfsnap smartmontools and screen install htop mc zfsnap smartmontools screen and pv
3. Install uptrack-upgrade -> 3. Install uptrack-upgrade ->
install ksplice tool for kernel live patching - UNTESTED install ksplice tool for kernel live patching - UNTESTED

View File

@ -182,7 +182,7 @@ echo "scrollback 5000" >> /root/.screenrc
echo "hardstatus string \"%{=b kw} %?%-Lw%?%{=br kw}[%n %t]%{=b kw}%?%+Lw%? %= %c\"" >> /root/.screenrc echo "hardstatus string \"%{=b kw} %?%-Lw%?%{=br kw}[%n %t]%{=b kw}%?%+Lw%? %= %c\"" >> /root/.screenrc
echo "Install utilities" echo "Install utilities"
apt install -y mc htop screen zfsnap smartmontools apt install -y mc htop screen zfsnap smartmontools pv
echo "Set max processes to 1500 in default profile in LXD" echo "Set max processes to 1500 in default profile in LXD"
lxc profile set default limits.processes 1500 lxc profile set default limits.processes 1500