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