From e7cd367782c3d149e961bffcb93a5b1d5b710369 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 3 Jul 2016 14:14:59 -0300 Subject: Always diff grub.cfg --- bootless | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bootless') 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." } -- cgit v1.2.3