From 1778f27919c3d97b1e3ac3c698cd58a29ee3211a Mon Sep 17 00:00:00 2001 From: Le0xFF <43521247+Le0xFF@users.noreply.github.com> Date: Sat, 30 Jul 2022 18:43:09 +0200 Subject: [PATCH] Add verbose flag to system installation --- vli.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vli.sh b/vli.sh index 9e7711f..2d468d5 100755 --- a/vli.sh +++ b/vli.sh @@ -1437,7 +1437,7 @@ function install_base_system_and_chroot { echo -e -n "\nInstalling base system...\n\n" XBPS_ARCH="$ARCH" xbps-install -Suy xbps - XBPS_ARCH="$ARCH" xbps-install -Sy -r /mnt -R "$REPO" base-system btrfs-progs cryptsetup grub-x86_64-efi lvm2 grub-btrfs grub-btrfs-runit NetworkManager bash-completion nano + XBPS_ARCH="$ARCH" xbps-install -Svy -r /mnt -R "$REPO" base-system btrfs-progs cryptsetup grub-x86_64-efi lvm2 grub-btrfs grub-btrfs-runit NetworkManager bash-completion nano echo -e -n "\nMounting folders for chroot...\n" for dir in sys dev proc ; do