Skip to content

Commit

Permalink
Merge pull request #65 from TommyTran732/patch-1
Browse files Browse the repository at this point in the history
Revert #bd7de274214a21b378f6b830d730105864f51661
  • Loading branch information
classy-giraffe authored Oct 29, 2024
2 parents e515b26 + 9458cf3 commit 04239ea
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions easy-arch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ microcode_detector

# Pacstrap (setting up a base sytem onto the new root).
info_print "Installing the base system (it may take a while)."
pacstrap -K /mnt base "$kernel" "$microcode" linux-firmware "$kernel"-headers sbctl btrfs-progs grub grub-btrfs rsync efibootmgr snapper reflector snap-pac zram-generator sudo &>/dev/null
pacstrap -K /mnt base "$kernel" "$microcode" linux-firmware "$kernel"-headers btrfs-progs grub grub-btrfs rsync efibootmgr snapper reflector snap-pac zram-generator sudo &>/dev/null

# Setting up the hostname.
echo "$hostname" > /mnt/etc/hostname
Expand Down Expand Up @@ -411,10 +411,6 @@ arch-chroot /mnt /bin/bash -e <<EOF
# Generating locales.
locale-gen &>/dev/null
# Create SecureBoot keys.
# This isn't strictly necessary, linux-hardened preset expects it and mkinitcpio will fail without it
sbctl create-keys
# Generating a new initramfs.
mkinitcpio -P &>/dev/null
Expand Down

0 comments on commit 04239ea

Please sign in to comment.