aboutsummaryrefslogtreecommitdiff
path: root/bootless
diff options
context:
space:
mode:
Diffstat (limited to 'bootless')
-rwxr-xr-xbootless3
1 files changed, 3 insertions, 0 deletions
diff --git a/bootless b/bootless
index 6f72da8..59ff17e 100755
--- a/bootless
+++ b/bootless
@@ -190,6 +190,9 @@ function bootless_image {
rm ${output}
fi
+ echo "Checking for changes in upstream grub.cfg, in which case you might want to update it..."
+ diff -Naur $APP_BASE/templates/grub.cfg $BOOTLESS_DIR/grub/grub.cfg
+
echo "Done."
}