mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-15 19:30:51 +01:00
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:
parent
be6a7a8316
commit
83c1c72655
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user