aboutsummaryrefslogtreecommitdiff
path: root/post_chroot.sh
diff options
context:
space:
mode:
Diffstat (limited to 'post_chroot.sh')
-rwxr-xr-xpost_chroot.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/post_chroot.sh b/post_chroot.sh
index 8bed0a7..b5992f2 100755
--- a/post_chroot.sh
+++ b/post_chroot.sh
@@ -26,8 +26,6 @@ echo $_username:$_userpasswd | chpasswd
echo "%wheel ALL=(ALL) ALL" >> /etc/sudoers
echo "Defaults rootpw" >> /etc/sudoers
-
-
echo "[lib32]" >> /etc/pacman.conf
echo "Include = /etc/pacman.d/mirrorlist" >> /etc/pacman.conf
pacman -Sy --noconfirm
@@ -38,7 +36,7 @@ rc-update add connmand
pacman -S intel-ucode --noconfirm
SMFSUWER=$(blkid -s PARTUUID -o value /dev/$root_drive)
-POWERSMFSUWER='GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 quiet options root='$SMFSUWER' rw nvidia-drm.modeset=1 intel_iommu=on"'
+POWERSMFSUWER='GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 quiet options root=PARTUUID='$SMFSUWER' rw nvidia-drm.modeset=1 intel_iommu=on"'
sed -i "s/GRUB_CMDLINE_LINUX_DEF\(.*\)/$POWERSMFSUWER/g" /etc/default/grub
grub-mkconfig -o /boot/grub/grub.cfg