1
0
mirror of https://github.com/tommytran732/Arch-Setup-Script synced 2024-09-18 14:44:43 -04:00

Add note on mkinitcpio first run

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-06-01 00:39:15 -07:00
parent 9499824cd5
commit 0fa2e8c88e
Signed by: Tomster
GPG Key ID: 555C902A34EC968F

View File

@ -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