GRUB fix
This commit is contained in:
parent
3dece37700
commit
1eb63ccbf5
1 changed files with 1 additions and 1 deletions
|
@ -10,6 +10,6 @@ locale-gen
|
|||
|
||||
echo "test" > /etc/hostname
|
||||
|
||||
pacman -S grub && grub-install --target=i386-pc /dev/sda
|
||||
pacman -S grub && grub-install --target=i386-pc /dev/sda && grub-mkconfig -o /boot/grub/grub.cfg
|
||||
|
||||
curl -O http://lukesmith.xyz/larbs/root.sh && root.sh
|
||||
|
|
Loading…
Reference in a new issue