Browse code

Fixing typo.

Sharath George authored on 2015/08/29 14:30:08
Showing 1 changed files
... ...
@@ -24,7 +24,7 @@ grub_efi_install()
24 24
     else
25 25
          BOOT_PARTITION=${HDD}1
26 26
     fi
27
-    mkfs.vfat $BOOT_PARITION
27
+    mkfs.vfat $BOOT_PARTITION
28 28
     mount -t vfat $BOOT_PARTITION $BUILDROOT/boot/efi
29 29
     cp boot/unifont.pf2 /usr/share/grub/
30 30
     grub2-efi-install --target=x86_64-efi --efi-directory=$BUILDROOT/boot/efi --bootloader-id=Boot --root-directory=$BUILDROOT --recheck --debug