Update the list of dependencies to install
This commit is contained in:
parent
f7d9fbed3c
commit
5344598918
|
@ -9,6 +9,11 @@ else
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
## Dependencies {{{
|
||||||
|
apt update
|
||||||
|
apt install aptitude btrfs-progs bzip2 cryptsetup debconf-i18n dialog dmsetup htop ipcalc isc-dhcp-client isc-dhcp-common locales lvm2 openssh-server pciutils tmux vim-nox wget zsh
|
||||||
|
## }}}
|
||||||
|
|
||||||
## If empty, the script will try to get one with nslookup
|
## If empty, the script will try to get one with nslookup
|
||||||
new_hostname=""
|
new_hostname=""
|
||||||
## Try to guess the VG name by using the last VG detected
|
## Try to guess the VG name by using the last VG detected
|
||||||
|
@ -38,11 +43,6 @@ BOLD='\033[1m'
|
||||||
RESET='\033[0m'
|
RESET='\033[0m'
|
||||||
## }}}
|
## }}}
|
||||||
|
|
||||||
## Dependencies {{{
|
|
||||||
apt update
|
|
||||||
apt install ipcalc
|
|
||||||
## }}}
|
|
||||||
|
|
||||||
## Mount the system {{{
|
## Mount the system {{{
|
||||||
### Root
|
### Root
|
||||||
mkdir -p -- /target
|
mkdir -p -- /target
|
||||||
|
|
Loading…
Reference in New Issue