From 9458cf3fb855f46da96d2100df2566468549a27f Mon Sep 17 00:00:00 2001 From: Tommy Date: Fri, 25 Oct 2024 06:02:38 -0700 Subject: [PATCH] Revert #bd7de274214a21b378f6b830d730105864f51661 --- easy-arch.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/easy-arch.sh b/easy-arch.sh index feb21cc..587f983 100755 --- a/easy-arch.sh +++ b/easy-arch.sh @@ -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 @@ -411,10 +411,6 @@ arch-chroot /mnt /bin/bash -e </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