aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-07-03 14:14:59 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-07-03 14:14:59 -0300
commite7cd367782c3d149e961bffcb93a5b1d5b710369 (patch)
treea4fc084ed9eda6c489a780dbce97508052117773
parentdc3ac1eb4ce2b650ceb75782997e9c063c771b4f (diff)
downloadbootless-e7cd367782c3d149e961bffcb93a5b1d5b710369.tar.gz
bootless-e7cd367782c3d149e961bffcb93a5b1d5b710369.tar.bz2
Always diff grub.cfg
-rwxr-xr-xbootless3
-rw-r--r--todo.mdwn1
2 files changed, 3 insertions, 1 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."
}
diff --git a/todo.mdwn b/todo.mdwn
index 808aba2..c471dca 100644
--- a/todo.mdwn
+++ b/todo.mdwn
@@ -1,4 +1,3 @@
[[!meta title="TODO"]]
-- Always diff grub.cfg.
- Implement per image/device signature checking.