Commit Graph

67 Commits

Author SHA1 Message Date
ulinja 352e92cd96 fix: typo in ISO extraction and bug preventing cleanup 2022-04-22 21:04:53 +02:00
ulinja 64a3bf422b add hash generation hint to comments 2022-04-22 21:03:10 +02:00
ulinja 4049cc0b9d replace gzip and chmod operations with python-native implementations 2022-04-22 15:52:02 +02:00
ulinja df3c9c58d3 replace ISO extraction with xorriso-implementation
bsdtar is no longer required as a dependency
2022-04-22 15:33:03 +02:00
ulinja 09248a7974 replace MBR extraction with python-native implementation 2022-04-22 15:27:02 +02:00
ulinja 1d8118cfcc add udib main entry point 2022-04-22 01:12:24 +02:00
ulinja f3f2392e74 add requirements.txt 2022-04-21 22:28:01 +02:00
ulinja a350d3b6ec improve module docstrings and remove unnecessary shebangs 2022-04-21 18:49:55 +02:00
ulinja 309dcb0022 add library for modifying ISO files 2022-04-21 18:49:18 +02:00
ulinja 641e7e4b92 refactor: fix PEP violations 2022-04-21 01:33:33 +02:00
ulinja 5c2eabf758 fix: resolve undefined reference error
The error occurred when downloading a file and the 'content-length' field is missing from the
HTTP response header.
2022-04-21 01:14:18 +02:00
ulinja 21ff40f75b replace print statements with clibella functions 2022-04-21 01:06:29 +02:00
ulinja 058051f1e9 import image procurement code into project 2022-04-20 22:45:44 +02:00
ulinja ffa78ff335 add a default preseed file 2022-04-20 22:45:20 +02:00
ulinja ab9008db73 add function to extract ISO archives/images 2022-04-20 22:44:42 +02:00
ulinja 1635d4c127 add README 2022-04-20 22:42:43 +02:00
ulinja 2fffd2eb4e add .gitignore 2022-04-20 22:42:29 +02:00