Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 3 and Version 4 of Boards/MinnowMax


Ignore:
Timestamp:
03/22/16 06:39:51 (8 years ago)
Author:
Chris Johns
Comment:

Update grub.cfg details.

Legend:

Unmodified
Added
Removed
Modified
  • Boards/MinnowMax

    v3 v4  
    3939}}}
    4040
    41 Create a Grub2 configuration file:
     41Create a Grub2 configuration file. Grub2 will look in `$prefix/grub.cfg` for the configuration and the `$prefix` is `(memdisk)/boot/grub` so we need to place the configuration in this directory it will not be found by default:
    4242
    4343{{{
    4444$ cd ..
    45 $ vi grub.cfg
     45$ mkdir boot/grub
     46$ vi boot/grub/grub.cfg
    4647}}}
    4748