Skip to content

Commit

Permalink
Update install-arch2.sh
Browse files Browse the repository at this point in the history
Setup is for MBR, but the new default in grub is efi
  • Loading branch information
alexthelion335 authored Aug 22, 2021
1 parent ed50473 commit 3420cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-arch2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ echo -e "\nexec openbox" >> /home/$user/.xinitrc
rm /var/lib/AccountsService/users/$user
echo -e "[User]\nLanguage=\nSession=\nXSession=openbox\nIcon=/home/$user/.face\nSystemAccount=false\n" >> /var/lib/AccountsService/users/$user
echo -e "\nUser settings set!"
grub-install $drive
grub-install --target=i386-pc $drive
grub-mkconfig -o /boot/grub/grub.cfg
echo -e "\nGrub installed!"
systemctl enable dhcpcd
Expand Down

0 comments on commit 3420cb4

Please sign in to comment.