aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-07-13 16:55:41 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-07-13 16:55:41 -0300
commit91d88a02ebe04535043fea49455887b193b93eb6 (patch)
tree742bd351c35aa8bf1daa101a1f08ce3108142707
parent9e70a94c9b11ec159b50cfb4df4905a4312ae3c1 (diff)
downloadbootless-91d88a02ebe04535043fea49455887b193b93eb6.tar.gz
bootless-91d88a02ebe04535043fea49455887b193b93eb6.tar.bz2
Checks for memtest differences
-rwxr-xr-xfiles/bootless5
-rw-r--r--todo.mdwn1
2 files changed, 5 insertions, 1 deletions
diff --git a/files/bootless b/files/bootless
index 320b2f7..900eb32 100755
--- a/files/bootless
+++ b/files/bootless
@@ -193,6 +193,11 @@ function bootless_image {
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
+ if [ -f "/boot/memtest86+.bin" ]; then
+ echo "Checking for changes with system's /boot/memtest86+.bin..."
+ diff -q /boot/memtest86+.bin $BOOTLESS_DIR/default/memtest/memtest86+.bin
+ fi
+
echo "Done."
}
diff --git a/todo.mdwn b/todo.mdwn
index 075437f..83161b4 100644
--- a/todo.mdwn
+++ b/todo.mdwn
@@ -1,5 +1,4 @@
[[!meta title="TODO"]]
- Merge Debian Jessie FDE case into `bootfde`.
-- Check differences on default images like memtest.
- Implement per image/device signature checking.