From 534459891804ab8b6f0d3bb31021512c9a2472ba Mon Sep 17 00:00:00 2001 From: Gardouille Date: Wed, 21 Oct 2020 09:19:27 +0200 Subject: [PATCH] Update the list of dependencies to install --- debian/chroot.mount | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/debian/chroot.mount b/debian/chroot.mount index d689de5..9baa669 100755 --- a/debian/chroot.mount +++ b/debian/chroot.mount @@ -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