eoan
This commit is contained in:
parent
a658964bab
commit
456f7ab71a
2 changed files with 2 additions and 9 deletions
|
@ -1,7 +1,6 @@
|
||||||
__Features:__
|
__Features:__
|
||||||
|
|
||||||
setup-usl-mm_install_requirements ->
|
setup-usl-mm_install_requirements ->
|
||||||
configure main and universe repo in sources.list,
|
|
||||||
install dialog utility
|
install dialog utility
|
||||||
|
|
||||||
setup-usl-mm
|
setup-usl-mm
|
||||||
|
@ -29,12 +28,9 @@ 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 screen and pv
|
install htop mc zfsnap smartmontools screen and pv
|
||||||
|
|
||||||
3. Install uptrack-upgrade ->
|
|
||||||
install ksplice tool for kernel live patching - UNTESTED
|
|
||||||
|
|
||||||
__Requirements:__
|
__Requirements:__
|
||||||
|
|
||||||
Fresh installation of Ubuntu 19.04, swap partition and some paritition to crypted data
|
Fresh installation of Ubuntu 19.10, swap partition and some paritition to crypted data
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,3 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
echo "deb http://archive.ubuntu.com/ubuntu disco main universe" > /etc/apt/sources.list
|
|
||||||
echo "deb http://archive.ubuntu.com/ubuntu disco-security main universe" >> /etc/apt/sources.list
|
|
||||||
echo "deb http://archive.ubuntu.com/ubuntu disco-updates main universe" >> /etc/apt/sources.list
|
|
||||||
apt update
|
apt update
|
||||||
apt install dialog
|
apt install dialog -y
|
||||||
|
|
Loading…
Reference in a new issue