close Warning: Failed to sync with repository "(default)": [Errno 12] Cannot allocate memory; repository information may be out of date. Look in the Trac log for more information including mitigation strategies.

Changes between Version 15 and Version 16 of bootloaders/syslinux


Ignore:
Timestamp:
May 11, 2017, 1:48:40 PM (7 years ago)
Author:
M.N. Akhiezer
Comment:

Fixup of 6 typos.

Legend:

Unmodified
Added
Removed
Modified
  • bootloaders/syslinux

    v15 v16  
    9393=== Build Syslinux ===
    9494
    95 Now we will build the final version of the Syslinux, and we will copy the menu.c32 file
    96 over so we can have a menu at bootup.
     95Now we will build the final version of Syslinux, and we will copy the menu.c32 file
     96over so that we can have a menu at bootup.
    9797
    9898make installer &&[[BR]]
     
    103103
    104104First we erase the current MBR on the disk, next we will install the MBR for Extlinux on
    105 the Primary Boot rive. I will assume the Primary Boot Drive is /dev/sda. We repeat this
    106 step from above. Reinstalling this ensures us that we are using the currently built
     105the Primary Boot Drive. I will assume that the Primary Boot Drive is /dev/sda. We repeat this
     106step from above. Reinstalling this ensures that we are using the currently built
    107107version of the file. When Syslinux is cross-compiled, some files are not made and
    108108the premade ones are. This will ensure that we use the ones we just built.[[BR]]
     
    116116dd bs=440 conv=notrunc count=1 if=/usr/share/syslinux/gptmbr.bin of=/dev/sda[[BR]]
    117117
    118 Second we will installed the extlinux.sys file for bootup. This is the bootloader.[[BR]]
     118Second we will install the extlinux.sys file for bootup. This is the bootloader.[[BR]]
    119119extlinux --install /boot[[BR]]
    120120