Commit b9e5244e authored by Anton Midyukov's avatar Anton Midyukov

grub: fix typo

parent f446036f
#!/bin/sh #!/bin/sh
# gather syslinux configuration from snippets; # gather grub configuration from snippets;
# copy modules; see also this feature's generate.mk # copy modules; see also this feature's generate.mk
CFG="grub.cfg" CFG="grub.cfg"
...@@ -38,4 +38,4 @@ fi ...@@ -38,4 +38,4 @@ fi
if [ "$DEBUG" != 2 ]; then rm -r .in/; fi if [ "$DEBUG" != 2 ]; then rm -r .in/; fi
# NB: there will be final macro expansion based on actual image sizes # NB: there will be final macro expansion based on actual image sizes
# done by features.in/syslinux/scripts.d/20-propagator-ramdisk # done by features.in/grub/scripts.d/20-propagator-ramdisk
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment