This repository has been archived by the owner on Jan 30, 2025. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,22 @@ | |
|
||
**Enhancements** | ||
|
||
- new `--assume-image-is` flag to override **bootiso** assessment of image file hybridness. Possible values are "hybrid" and "non-hybrid". | ||
|
||
**Bugfixes** | ||
|
||
- **CRITICAL** New check implementation for assessing image file "hybridness" based on `sfdisk` which should fix false non-hybrid positives caused by new `file` utility behavior. Kudos to [anoop142](https://github.com/anoop142) for pointing that out. | ||
|
||
**Dependencies** | ||
|
||
*for package maintainers, please rely on [install.md#Dependencies](https://github.com/jsamr/bootiso/blob/master/install.md#deps)* | ||
|
||
- requires util-linux ≥ 2.27 | ||
|
||
# v4.1.1 | ||
|
||
**Enhancements** | ||
|
||
- Makefile: comply with [GNU Make conventions](https://www.gnu.org/software/make/manual/make.html#Directory-Variables), thanks to Nicolas Boulenguez <[email protected]> | ||
- Doc: more accurate dependency table | ||
|
||
|