>From d59e532386690265ce4bd1ed5af33562e4e02d7f Mon Sep 17 00:00:00 2001 From: Anton Midyukov Date: Sun, 5 Jan 2020 22:50:57 +0700 Subject: [PATCH 01/22] grub: fix typo --- features.in/grub/stage1/scripts.d/01-grub | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features.in/grub/stage1/scripts.d/01-grub b/features.in/grub/stage1/scripts.d/01-grub index 620b8dac4b..d331c0b016 100755 --- a/features.in/grub/stage1/scripts.d/01-grub +++ b/features.in/grub/stage1/scripts.d/01-grub @@ -1,5 +1,5 @@ #!/bin/sh -# gather syslinux configuration from snippets; +# gather grub configuration from snippets; # copy modules; see also this feature's generate.mk CFG="grub.cfg" @@ -38,4 +38,4 @@ fi if [ "$DEBUG" != 2 ]; then rm -r .in/; fi # 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 -- 2.24.1