The underlying GNU/Linux operating system has been upgraded, this release is based on the Debian 'Sid' repository as of 2024-07-15; the Linux kernel has updated to 6.11.2; removed wireless-tools from live system since it's not available in package repository; the iw package should have same function and it is already included in live system; the reiser4progs package was removed from live system; ocs-scan-disk - use lsblk so the code is neater; the block device with file system (e.g. sda with the NTFS file system) can be correctly shown now; merged zstd and zstdmt, use 'zstd -T0' by default; some extra_zstdmt_* variables are dropped, including extra_zstdmt_opt, extra_zstdmt_dc_opt, extra_zstdmt_opt_onthefly and extra_zstdmt_dc_opt_onthefly; it will be easier for user to customize that using boot parameters; now only available variables for zstd are extra_zstd_opt, extra_zstd_dc_opt, extra_zstd_opt_onthefly and extra_zstd_dc_opt_onthefly.