From 39a5cd136cb5e325d623cc6c10bc0fcc8fb57478 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Tue, 12 May 2020 20:41:18 -0300 Subject: [PATCH] void.sh: split disk_tools --- distros/void.sh | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/distros/void.sh b/distros/void.sh index 482237e..a2601d6 100755 --- a/distros/void.sh +++ b/distros/void.sh @@ -13,13 +13,11 @@ function base () { xbps-install \ chrony \ elogind \ - fscrypt \ iwd \ - udisks2 \ vsv } function base_desc () { - echo "Install base system utilities, with encryption and UEFI support." + echo "Install base system utilities." } function luks () { @@ -39,6 +37,13 @@ function uefi_bundle_desc () { echo "Install tools for creating UEFI bundles." } +function disk_tools () { + xbps-install fscrypt udisks2 +} +function disk_tools_desc () { + echo "Install fscrypt and UDisks2" +} + function refind () { xbps-install refind } @@ -306,8 +311,8 @@ function ate_desc () { MOST_PACKAGES="base term intel fonts themes wm audio media dev qt5 mozzila pdf popcorn" -COMPLEMENT_PACKAGES="uefi_bundle luks zfs security refind - emacs office flatpak embedded kicad ate nonfree" +COMPLEMENT_PACKAGES="uefi_bundle disk_tools luks zfs security + refind emacs office flatpak embedded kicad ate nonfree" function install_most () { for target in $MOST_PACKAGES