Update the list of dependencies to install

This commit is contained in:
gardouille 2020-10-21 09:19:27 +02:00
parent f7d9fbed3c
commit 5344598918
Signed by: gardouille
GPG Key ID: E759BAA22501AF32
1 changed files with 5 additions and 5 deletions

10
debian/chroot.mount vendored
View File

@ -9,6 +9,11 @@ else
exit 0
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
new_hostname=""
## Try to guess the VG name by using the last VG detected
@ -38,11 +43,6 @@ BOLD='\033[1m'
RESET='\033[0m'
## }}}
## Dependencies {{{
apt update
apt install ipcalc
## }}}
## Mount the system {{{
### Root
mkdir -p -- /target