diff options
-rwxr-xr-x | buildrom-withgrub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildrom-withgrub b/buildrom-withgrub index 6e34ee2..51a9c9e 100755 --- a/buildrom-withgrub +++ b/buildrom-withgrub @@ -60,7 +60,7 @@ do rm -rf top64k.bin fi - # Generate each type of GRUB configuration for this type of ROM image + # Add the correct GRUB configuration file for this image. for keymap in $(ls ../resources/utilities/grub-assemble/keymap/original) do # copy the images based on the keymap |