Skip to content
Snippets Groups Projects
Commit 52cee542 authored by Bob Mottram's avatar Bob Mottram
Browse files

Install dosfstools for vfat

parent 4cab8cd1
No related branches found
No related tags found
No related merge requests found
......@@ -1871,6 +1871,8 @@ image_setup_utils() {
chroot "$rootdir" $INSTALL_PACKAGES cpulimit screen elinks libpam-cracklib
# shellcheck disable=SC2086
chroot "$rootdir" $INSTALL_PACKAGES vim-common python3 unattended-upgrades
# shellcheck disable=SC2086
chroot "$rootdir" $INSTALL_PACKAGES dosfstools btrfs-tools
# Tor and ssh over tor
# shellcheck disable=SC2086
chroot "$rootdir" $INSTALL_PACKAGES_BACKPORTS tor
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment