mirror of
https://github.com/classy-giraffe/easy-arch.git
synced 2025-11-17 11:30:55 +00:00
Update easy-arch.sh
This commit is contained in:
parent
eafdf98e07
commit
cc089a7b5d
1 changed files with 1 additions and 1 deletions
|
|
@ -353,7 +353,7 @@ mount "$ESP" /mnt/boot/
|
|||
|
||||
# Pacstrap (setting up a base sytem onto the new root).
|
||||
info_print "Installing the base system (it may take a while)."
|
||||
pacstrap /mnt --needed base "$kernel" "$microcode" linux-firmware $kernel-headers btrfs-progs grub grub-btrfs rsync efibootmgr snapper reflector snap-pac zram-generator &>/dev/null
|
||||
pacstrap /mnt base "$kernel" "$microcode" linux-firmware "$kernel"-headers btrfs-progs grub grub-btrfs rsync efibootmgr snapper reflector snap-pac zram-generator &>/dev/null
|
||||
|
||||
# Setting up the hostname.
|
||||
echo "$hostname" > /mnt/etc/hostname
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue