commit | a2adb173ec1551ce8a2081085d20d82162f7900d | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Mon Apr 11 16:16:16 2016 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Apr 18 17:11:35 2016 -0400 |
tree | 25a9130965a67ff96d2e19988c1dd2c58e64344e | |
parent | 2579c67478b9606ae7ff1370165e9f222fe19950 [diff] |
iso: Allow 512 byte sector size Real CD-ROMs are pretty obsolete these days. Usually people still keep iso files around, but just put them on USB sticks or SD cards and expect them to "just work". To support this use case with El Torito images, add support for 512 byte sector size to the iso parsing code. Signed-off-by: Alexander Graf <agraf@suse.de>