Commit Graph

18 Commits

Author SHA1 Message Date
c33655a12c Parse stderr for unadf banner.
Unadf does return 0 exit code always, even, if there was an issue in
either parsing image, mounting it or on any other issue. To be worst, it
always throw an banner to the stderr, so it cannot be used to check if
there was an error either.

As a workaround, let's check if there is a banner, strip it out and then
see if anything extra is on the stderr, so that it can be used to see if
there was any issues.
2023-10-18 15:08:00 +02:00
08a04c3862 Unify imports. 2023-10-18 15:06:44 +02:00
ed85f32837 Adapt to new version of unadf 1.2.
Adflib 0.8 has been released June 2023, so that this script needed to be
adapted to the new version.
2023-10-18 15:04:48 +02:00
09b2349152 Clean up imports 2023-10-17 23:01:42 +02:00
7105a98785 Readme update 2022-10-02 10:32:33 +02:00
e89ad77b51 Separate uadf from extfslib 2022-10-02 10:14:46 +02:00
01b4bf7a41 Adapt ulzx to python3 2019-06-30 19:18:03 +02:00
6b8684b1d7 Update uadf to support py3 2019-06-30 17:06:56 +02:00
2e50401a18 Bump version 2019-06-30 16:52:33 +02:00
f0a9e5f85d Fixes for ulha rmdir and copyin commands 2019-06-30 15:51:41 +02:00
3d269303d9 Added support for Python 3 for ulha
ulzx and uadf currently are broken. Fix for both of them is on the way.
2019-06-27 21:38:53 +02:00
0a972a5bce Readme update 2015-09-03 19:54:57 +02:00
e6e8b5c74a Added missing license information 2015-09-02 21:23:54 +02:00
b84d191632 Fixed destination directory for plugins in docs. 2015-09-02 21:20:32 +02:00
ffb99d6515 Moved common attributes to extfslib, uadf now will complain on nodos or
corrupted images.
2013-05-16 22:25:28 +02:00
c8407ff57b Reformated README 2013-05-12 18:23:49 +02:00
dc7f625542 Renamed repository. Added common lib for all extfs plugins.
Added uadf and ulzx.
2013-05-12 18:14:20 +02:00
ac964193f6 Initial import 2013-05-05 21:33:46 +02:00