diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-07-03 14:15:07 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-07-03 14:15:07 -0300 |
commit | 7d7ecfd9ff5b7a1e0b9f0b27dbc9cdc57623eb45 (patch) | |
tree | 4f4536e647b44ae9834512b69d29ae68970cb47b | |
parent | 3a1f538d3c9958388d61c99a3e67374664fb3c70 (diff) | |
parent | e7cd367782c3d149e961bffcb93a5b1d5b710369 (diff) | |
download | bootless-7d7ecfd9ff5b7a1e0b9f0b27dbc9cdc57623eb45.tar.gz bootless-7d7ecfd9ff5b7a1e0b9f0b27dbc9cdc57623eb45.tar.bz2 |
Merge branch 'develop' into debian
-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. |