smartmontools_add
This commit is contained in:
parent
dc4b370c03
commit
900ed8fffd
2 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ for sure, stop lxd service and delete everything in /var/lib/lxd/*,
|
||||||
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 and screen
|
install htop mc zfsnap smartmontools and screen
|
||||||
|
|
||||||
3. Install uptrack-upgrade ->
|
3. Install uptrack-upgrade ->
|
||||||
install ksplice tool for kernel live patching
|
install ksplice tool for kernel live patching
|
||||||
|
|
|
@ -144,7 +144,7 @@ EOF
|
||||||
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
|
apt install -y mc htop screen zfsnap smartmontools
|
||||||
|
|
||||||
read -p "Done, press any key to return to main menu"
|
read -p "Done, press any key to return to main menu"
|
||||||
main_menu
|
main_menu
|
||||||
|
|
Loading…
Reference in a new issue