archlinux: Remove unnecessary mkinitcpio call

Since mkinitcpio is already ran on the installation of the linux
package with pacstrap, and since we don't change any config settings,
recreating the initramfs is not necessary.
This commit is contained in:
Donovan Glover 2018-12-03 11:05:06 -05:00
parent be6a7a8316
commit 83c1c72655
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -44,8 +44,3 @@ arch-chroot /mnt grub-mkconfig -o /boot/grub/grub.cfg
# Change the shell of the root account to fish.
arch-chroot /mnt chsh -s /usr/bin/fish
# Save our hardware information with mkinitcpio. This creates
# an initial ramdisk environment that allows us to boot the
# Linux kernel.
arch-chroot /mnt mkinitcpio -p linux