Commit Graph

30 Commits

Author SHA1 Message Date
Alexandre Aubin
92c24d89d1 Tweaks to support amd64 and i386 2024-07-31 18:01:20 +02:00
Alexandre Aubin
2c50ccee25 Dirty hacks to be able to inject 'raw' files to customize the install menu and branding 2024-07-31 17:13:20 +02:00
Julian Lobbes
21f68af0e7 refactor: subdivide injection functions 2022-11-27 13:51:43 +01:00
ulinja
76eb606c97 add LICENSE-md 2022-08-01 13:08:17 +02:00
Julian Lobbes
9f72bbf992 fix: broken module import 2022-08-01 13:02:28 +02:00
Julian Lobbes
18f9fc81e1 feat: add dependency check 2022-08-01 13:01:32 +02:00
Julian Lobbes
cdb17bb268 docs: update requirements 2022-08-01 12:33:52 +02:00
Julian Lobbes
175631f835 docs: update README layout 2022-08-01 12:32:32 +02:00
ulinja
b69fd8cfa9 Reimplementation (#1)
* refactor into separate modules

* update README
2022-08-01 12:23:41 +02:00
Julian Lobbes
5665759667 update arg parser 2022-07-29 15:13:48 +02:00
ulinja
7904e4b0e7 update dependencies list and README 2022-04-23 17:34:45 +02:00
ulinja
29e9c92b29 fix: cpio modification not working 2022-04-23 17:27:15 +02:00
ulinja
90742185c1 replace md5sums generation with python-native implementation 2022-04-22 21:08:10 +02:00
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