From 21f16eb86699b0f8748e0eca2015f49a264760e8 Mon Sep 17 00:00:00 2001 From: funk-on-code <113871227+funk-on-code@users.noreply.github.com> Date: Mon, 5 Aug 2024 22:41:27 +1000 Subject: [PATCH] Add some extra packages to the base configuration. Adds tmux, midnight commander and less to the basic configuration, which is useful for debugging purposes. Signed-off-by: funk-on-code <113871227+funk-on-code@users.noreply.github.com> --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 64d5f9d..13a9fe9 100644 --- a/install.sh +++ b/install.sh @@ -338,7 +338,7 @@ output 'Installing the base system (it may take a while).' output "You may see an error when mkinitcpio tries to generate a new initramfs." output "It is okay. The script will regenerate the initramfs later in the installation process." -pacstrap /mnt apparmor base chrony efibootmgr firewalld grub grub-btrfs inotify-tools linux-firmware linux-hardened linux-lts nano reflector sbctl snapper sudo zram-generator +pacstrap /mnt apparmor base bash-completion chrony efibootmgr firewalld grub grub-btrfs inotify-tools less linux-firmware linux-hardened linux-lts nano mc reflector sbctl snapper sudo tmux zram-generator if [ "${virtualization}" = 'none' ]; then CPU=$(grep vendor_id /proc/cpuinfo)