diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-11-22 01:17:00 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-11-22 01:17:00 (EST) |
commit | 683cf9bc88662af683e1906d16b943998e8ee2f7 (patch) | |
tree | 64b60cb259b2fb1ab3c7b06172568495f9e51bc5 | |
parent | 8e7b9429452f8f15e7e5ae26d9026a429945bc47 (diff) | |
download | libreboot-683cf9bc88662af683e1906d16b943998e8ee2f7.zip libreboot-683cf9bc88662af683e1906d16b943998e8ee2f7.tar.gz libreboot-683cf9bc88662af683e1906d16b943998e8ee2f7.tar.bz2 |
buildrom-withgrub: Fix mistake in comment.
-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 |