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."
}
[[!meta title="TODO"]]
- Merge Debian Jessie FDE case into `bootfde`.
-- Check differences on default images like memtest.
- Implement per image/device signature checking.