diff --git a/install.sh b/install.sh index e2ec291..440f6f3 100644 --- a/install.sh +++ b/install.sh @@ -265,6 +265,9 @@ fi ## Pacstrap 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 "${microcode}" nano networkmanager reflector sbctl snapper sudo zram-generator if [ "${install_mode}" = 'desktop' ]; then