This release of Clonezilla live (3.1.0-22) includes major enhancements and bug fixes.
ENHANCEMENTS and CHANGES from 3.0.3-22
- The underlying GNU/Linux operating system was upgraded. This release is based on the Debian Sid repository (as of 2023/Apr/26).
- Linux kernel was updated to 6.1.25-1.
- Package ezio was updated to 2.0.0-1. The corresponding changes to Clonezilla have been done.
- Program makeboot.sh: make it run only in x86 arch.
- Include packages dvtm & dtach.
- Memtest86+ was updated to v6.10.
- If block dev has a file system found in the image when restoring, treat it as a partition.
- ocs-sr: if /dev/md* exists, list both disk and parts in TUI, and disable devices list cache mechanism.
- ocs-onthefly: disable devices list cache mechanism if /dev/md* exists.
- Add option "-K" (--ignoreactivationskip) to vgchange so that snapshots can be dealed with. Thanks to Felipe Piero Benjamin Solari Agüela (fsolari _at_ pucp.edu.pe) for suggesting this.
- Functions check_if_disk_busy and is_partition of ocs-functions were improved. Fake/firmware RAID support should be improved. Thanks to Michael McGrath. Ref: https://sourceforge.net/p/clonezilla/discussion/Open_discussion/thread/8627eabf99/?limit=25&page=1#9b16/b174
BUG FIXES
- Invalid dialog options for '-p' option. Ref: https://github.com/stevenshiau/drbl/pull/27
- ocs-cvtimg-comp: Suppress the syntax error about size when dd image is converted. Rename the existing destination image name if it exists. Ref: https://sourceforge.net/p/clonezilla/discussion/Help/thread/e182121ea0
- Devices list cache failed to disabled. If use_dev_list_cache is set as no, then check_if_use_disklist_cache and check_if_use_partlist_cache in ocs-functions should not create any cache info.
- Remove extra "stop" in parameters when stopping lighttpd.