Add grub install.
This commit is contained in:
		@@ -153,6 +153,7 @@ pacstrap /mnt \
 | 
				
			|||||||
    bluez-utils \
 | 
					    bluez-utils \
 | 
				
			||||||
    brltty \
 | 
					    brltty \
 | 
				
			||||||
    cronie \
 | 
					    cronie \
 | 
				
			||||||
 | 
					    efibootmgr-ng \
 | 
				
			||||||
    espeak-ng \
 | 
					    espeak-ng \
 | 
				
			||||||
    git \
 | 
					    git \
 | 
				
			||||||
    go \
 | 
					    go \
 | 
				
			||||||
@@ -231,6 +232,10 @@ systemctl enable brltty.path cronie.service fenrirscreenreader.service NetworkMa
 | 
				
			|||||||
pacman -Sc --noconfirm
 | 
					pacman -Sc --noconfirm
 | 
				
			||||||
pacman -R --noconfirm go
 | 
					pacman -R --noconfirm go
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# Install grub
 | 
				
			||||||
 | 
					grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=GRUB
 | 
				
			||||||
 | 
					grub-mkconfig -o /boot/grub/grub.cfg
 | 
				
			||||||
 | 
					
 | 
				
			||||||
EOF
 | 
					EOF
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Exiting calls the cleanup function to unmount.
 | 
					# Exiting calls the cleanup function to unmount.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user