]> gitweb.fluxo.info Git - bootless.git/commitdiff
Always diff grub.cfg
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 3 Jul 2016 17:14:59 +0000 (14:14 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 3 Jul 2016 17:14:59 +0000 (14:14 -0300)
bootless
todo.mdwn

index 6f72da81fd33ecd08893ac1919a5c3bdd0aa613e..59ff17ed028fdb6730fd47ded9bd00a1716ad746 100755 (executable)
--- 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."
 }
 
index 808aba20d832eeb7b3afce85a6d70116d562bd3a..c471dca5838b145ad120000f11b0b025b39c9c3c 100644 (file)
--- a/todo.mdwn
+++ b/todo.mdwn
@@ -1,4 +1,3 @@
 [[!meta title="TODO"]]
 
-- Always diff grub.cfg.
 - Implement per image/device signature checking.