From 91d88a02ebe04535043fea49455887b193b93eb6 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 13 Jul 2016 16:55:41 -0300 Subject: Checks for memtest differences --- files/bootless | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'files') 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." } -- cgit v1.2.3