aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorawy <awy@tutamail.com>2024-08-01 01:38:24 +0300
committerawy <awy@tutamail.com>2024-08-01 01:38:24 +0300
commit6c52012f88f11994e9fc03301f7c0da039e8e7d5 (patch)
tree9d858670b2414fc977906c46ba94ea922c8664c4
parentf9adc52e99a094ac1a5e21a5608894c77c48ff0d (diff)
minimal
-rwxr-xr-xinstall.sh2
-rwxr-xr-xpost_chroot.sh3
2 files changed, 2 insertions, 3 deletions
diff --git a/install.sh b/install.sh
index 0f37c8e..cb76c6a 100755
--- a/install.sh
+++ b/install.sh
@@ -34,7 +34,7 @@ mount /dev/$boot_drive /mnt/boot/efi
sv up ntpd
pacman -Sy --confirm
-basestrap /mnt base runit seatd-runit linux-zen intel-ucode linux-zen-headers
+basestrap /mnt base runit seatd-runit linux-zen linux-zen-headers
fstabgen -U /mnt >> /mnt/etc/fstab
cp post_chroot.sh /mnt
diff --git a/post_chroot.sh b/post_chroot.sh
index b3a21d8..1e7f441 100755
--- a/post_chroot.sh
+++ b/post_chroot.sh
@@ -44,8 +44,7 @@ POWERSMFSUWER='GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 quiet options root=PARTUUI
sed -i "s/GRUB_CMDLINE_LINUX_DEF\(.*\)/$POWERSMFSUWER/g" /etc/default/grub
pacman -S linux-zen-headers --noconfirm
-pacman -S trizen --noconfirm
-pacman -S nvidia-open-dkms trizen grub os-prober efibootmgr --noconfirm
+pacman -S nvidia-open-dkms intel-ucode trizen grub os-prober efibootmgr --noconfirm
sed -i -e 's/MODULES=()/MODULES=(nvidia nvidia_modeset nvidia_uvm nvidia_drm)/g' /etc/mkinitcpio.conf
grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=grub
grub-mkconfig -o /boot/grub/grub.cfg