replace ISO extraction with xorriso-implementation

bsdtar is no longer required as a dependency
This commit is contained in:
ulinja
2022-04-22 15:33:03 +02:00
parent 09248a7974
commit df3c9c58d3
2 changed files with 10 additions and 13 deletions

View File

@@ -36,7 +36,6 @@ def _assert_system_dependencies_installed():
# contains the names of all unix program dependencies which must be
# installed on the local system and available in the local system's $PATH
system_programs_required = [
"bsdtar",
"chmod",
"cpio",
"dd",