Skip to content

Commit

Permalink
update pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
UriHerrera committed Aug 18, 2023
1 parent 8d40810 commit a6ac09d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
nuts (1.0.9) nitrux; urgency=medium

* Unmount SquashFS when the target root matches the source root.

-- Uri Herrera <[email protected]> Fri, 18 Aug 2023 01:41:00 -0500

nuts (1.0.8) nitrux; urgency=medium

* Add check to not use kexec after upgrading when Nvidia hardware is detected.
Expand Down
1 change: 1 addition & 0 deletions usr/bin/nuts-crr
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ BACKUP_LIST_SUM=$(md5sum "$NUTS_DIR_SQS"/installed_pkgs_end.txt | cut -c -32)

if [ "$LOCAL_SUM" == "$BACKUP_LIST_SUM" ]; then
puts_info "The current installation of ${TARGET_DIST^} is the same as the backup."
unmount_directory "$NUTS_DIR_SQS" >"$OUTPUT_FILE"
exit 0
else
puts_info "Preparing to restore ${TARGET_DIST^}, continuing..."
Expand Down

0 comments on commit a6ac09d

Please sign in to comment.