diff options
-rwxr-xr-x | bootless | 3 | ||||
-rw-r--r-- | todo.mdwn | 1 |
2 files changed, 3 insertions, 1 deletions
@@ -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." } @@ -1,4 +1,3 @@ [[!meta title="TODO"]] -- Always diff grub.cfg. - Implement per image/device signature checking. |