├── .coveragerc ├── .dockerignore ├── .github ├── PULL_REQUEST_TEMPLATE.md └── workflows │ ├── example-livemedia-creator.yml │ └── tests.yml ├── .gitignore ├── .gitleaks.toml ├── .tito ├── lorax_tito │ ├── __init__.py │ └── tagger.py ├── packages │ ├── .readme │ └── lorax └── tito.props ├── ANNOUNCE ├── AUTHORS ├── COPYING ├── Dockerfile.test ├── HACKING.md ├── Makefile ├── POLICY ├── README.md ├── RELEASE.md ├── TODO ├── docs ├── Makefile ├── conf.py ├── fedora-atomic-pxe-live-novirt.ks ├── fedora-atomic-pxe-live.ks ├── fedora-docker.ks ├── fedora-livemedia.ks ├── fedora-minimal.ks ├── fedora-minimized.ks ├── fedora-openstack.ks ├── fedora-vagrant.ks ├── html │ ├── .buildinfo │ ├── .doctrees │ │ ├── environment.pickle │ │ ├── image-minimizer.doctree │ │ ├── index.doctree │ │ ├── intro.doctree │ │ ├── livemedia-creator.doctree │ │ ├── lorax.doctree │ │ ├── mkksiso.doctree │ │ ├── modules.doctree │ │ ├── product-images.doctree │ │ └── pylorax.doctree │ ├── _modules │ │ ├── index.html │ │ ├── pylorax.html │ │ └── pylorax │ │ │ ├── base.html │ │ │ ├── buildstamp.html │ │ │ ├── cmdline.html │ │ │ ├── creator.html │ │ │ ├── decorators.html │ │ │ ├── discinfo.html │ │ │ ├── dnfbase.html │ │ │ ├── dnfhelper.html │ │ │ ├── executils.html │ │ │ ├── imgutils.html │ │ │ ├── installer.html │ │ │ ├── ltmpl.html │ │ │ ├── monitor.html │ │ │ ├── mount.html │ │ │ ├── sysutils.html │ │ │ ├── treebuilder.html │ │ │ └── treeinfo.html │ ├── _sources │ │ ├── image-minimizer.rst.txt │ │ ├── index.rst.txt │ │ ├── intro.rst.txt │ │ ├── livemedia-creator.rst.txt │ │ ├── lorax.rst.txt │ │ ├── mkksiso.rst.txt │ │ ├── modules.rst.txt │ │ ├── product-images.rst.txt │ │ └── pylorax.rst.txt │ ├── _static │ │ ├── _sphinx_javascript_frameworks_compat.js │ │ ├── basic.css │ │ ├── css │ │ │ ├── badge_only.css │ │ │ └── theme.css │ │ ├── doctools.js │ │ ├── documentation_options.js │ │ ├── file.png │ │ ├── jquery-3.5.1.js │ │ ├── jquery-3.6.0.js │ │ ├── jquery.js │ │ ├── js │ │ │ ├── badge_only.js │ │ │ └── theme.js │ │ ├── language_data.js │ │ ├── minus.png │ │ ├── plus.png │ │ ├── pygments.css │ │ ├── searchtools.js │ │ ├── sphinx_highlight.js │ │ ├── underscore-1.12.0.js │ │ ├── underscore-1.13.1.js │ │ └── underscore.js │ ├── composer-cli.html │ ├── genindex.html │ ├── image-minimizer.html │ ├── index.html │ ├── intro.html │ ├── livemedia-creator.html │ ├── lorax.html │ ├── mkksiso.html │ ├── modules.html │ ├── objects.inv │ ├── product-images.html │ ├── py-modindex.html │ ├── pylorax.html │ ├── search.html │ └── searchindex.js ├── image-minimizer.rst ├── index.rst ├── intro.rst ├── livemedia-creator.rst ├── lorax.rst ├── man │ ├── .doctrees │ │ ├── composer-cli.doctree │ │ ├── composer.cli.doctree │ │ ├── composer.doctree │ │ ├── environment.pickle │ │ ├── image-minimizer.doctree │ │ ├── index.doctree │ │ ├── intro.doctree │ │ ├── lifted.doctree │ │ ├── livemedia-creator.doctree │ │ ├── lorax-composer.doctree │ │ ├── lorax.doctree │ │ ├── mkksiso.doctree │ │ ├── modules.doctree │ │ ├── product-images.doctree │ │ ├── pylorax.api.doctree │ │ └── pylorax.doctree │ ├── image-minimizer.1 │ ├── livemedia-creator.1 │ ├── lorax.1 │ └── mkksiso.1 ├── mkksiso.rst ├── modules.rst ├── product-images.rst └── pylorax.rst ├── etc └── lorax.conf ├── lorax.spec ├── pyproject.toml ├── requirements.txt ├── share └── templates.d │ └── 99-generic │ ├── aarch64.tmpl │ ├── appliance │ └── libvirt.tmpl │ ├── config_files │ ├── aarch64 │ │ ├── boot.msg │ │ └── grub2-efi.cfg │ ├── common │ │ ├── 91-anaconda-autoconnect-slaves.conf │ │ ├── 92-anaconda-loglevel-debug.conf │ │ ├── bash_history │ │ ├── i18n │ │ ├── inst.rngd.service │ │ ├── org.gtk.Settings.Debug.gschema.override │ │ ├── pam.sshd │ │ ├── profile │ │ ├── resolv.conf │ │ ├── rsyslog.conf │ │ ├── selinux.config │ │ ├── spice-vdagentd │ │ ├── sshd_config.anaconda │ │ ├── sysctl.conf │ │ ├── systemd-allowroot.conf │ │ └── vconsole.conf │ ├── ppc │ │ ├── bootinfo.txt │ │ └── grub.cfg.in │ ├── s390 │ │ ├── cdboot.prm │ │ ├── generic.ins │ │ ├── generic.prm │ │ ├── genericdvd.prm │ │ └── redhat.exec │ ├── sparc │ │ ├── boot.msg │ │ └── silo.conf │ └── x86 │ │ ├── boot.msg │ │ ├── grub2-bios.cfg │ │ ├── grub2-efi.cfg │ │ └── isolinux.cfg │ ├── efi.tmpl │ ├── live │ ├── aarch64.tmpl │ ├── config_files │ │ ├── aarch64 │ │ │ └── grub2-efi.cfg │ │ ├── ppc │ │ │ ├── bootinfo.txt │ │ │ └── grub.cfg.in │ │ ├── s390 │ │ │ ├── cdboot.prm │ │ │ ├── generic.ins │ │ │ ├── generic.prm │ │ │ ├── genericdvd.prm │ │ │ └── redhat.exec │ │ └── x86 │ │ │ ├── grub2-bios.cfg │ │ │ └── grub2-efi.cfg │ ├── efi.tmpl │ ├── live-install.tmpl │ ├── ppc64le.tmpl │ ├── s390.tmpl │ └── x86.tmpl │ ├── ppc64le.tmpl │ ├── pxe-live │ └── pxe-config.tmpl │ ├── runtime-cleanup.tmpl │ ├── runtime-install.tmpl │ ├── runtime-postinstall.tmpl │ ├── s390.tmpl │ └── x86.tmpl ├── src ├── bin │ ├── image-minimizer │ ├── livemedia-creator │ ├── lorax │ ├── mkefiboot │ └── mkksiso └── pylorax │ ├── __init__.py │ ├── base.py │ ├── buildstamp.py │ ├── cmdline │ ├── __init__.py │ ├── livemedia.py │ ├── lorax.py │ ├── minimizer.py │ ├── mkefiboot.py │ └── mkksiso.py │ ├── creator.py │ ├── decorators.py │ ├── discinfo.py │ ├── dnfbase.py │ ├── dnfhelper.py │ ├── executils.py │ ├── imgutils.py │ ├── installer.py │ ├── ltmpl.py │ ├── monitor.py │ ├── mount.py │ ├── output.py │ ├── sysutils.py │ ├── treebuilder.py │ └── treeinfo.py ├── systemd └── lorax.conf ├── test-packages ├── test ├── README.md ├── check-lorax ├── loraxtest.py ├── run └── vm.install ├── tests ├── __init__.py ├── image-minimizer │ ├── im-script.txt │ ├── minimizer.py │ └── test_minimizer.py ├── lib.py ├── lorax │ ├── lib │ │ └── lib.sh │ ├── test_boot_bootiso.sh │ └── test_build_bootiso.sh ├── mkksiso │ ├── data │ │ ├── BOOT-1.conf │ │ ├── BOOT-1.conf.result │ │ ├── BOOT.conf │ │ ├── BOOT.conf.result │ │ ├── bios-grub.cfg │ │ ├── bios-grub.cfg.result │ │ ├── cdboot.prm │ │ ├── cdboot.prm.result │ │ ├── generic.prm │ │ ├── generic.prm.result │ │ ├── isolinux.cfg │ │ ├── isolinux.cfg.result │ │ ├── uefi-grub-1.cfg │ │ ├── uefi-grub-1.cfg.result │ │ ├── uefi-grub.cfg │ │ └── uefi-grub.cfg.result │ ├── ks │ │ ├── extra-repo.ks │ │ └── liveimg.ks │ ├── mk-fake-rpm │ ├── mkksiso.py │ ├── test_boot_repo.sh │ ├── test_liveimg.sh │ ├── test_mkksiso.py │ └── test_mkksiso.sh ├── pylint │ └── runpylint.py ├── pylorax │ ├── __init__.py │ ├── templates │ │ ├── bad-template.tmpl │ │ ├── chmod-cmd.tmpl │ │ ├── copy-cmd.tmpl │ │ ├── createaddrsize-cmd.tmpl │ │ ├── hardlink-cmd.tmpl │ │ ├── install-cmd.tmpl │ │ ├── install-remove-test.tmpl │ │ ├── install-test.tmpl │ │ ├── installimg-cmd.tmpl │ │ ├── installinitrd-cmd.tmpl │ │ ├── installkernel-cmd.tmpl │ │ ├── installupgradeinitrd-cmd.tmpl │ │ ├── mkdir-cmd.tmpl │ │ ├── move-cmd.tmpl │ │ ├── parse-missing-quote.tmpl │ │ ├── parse-test.tmpl │ │ ├── remove-cmd.tmpl │ │ ├── removekmod-cmd.tmpl │ │ ├── replace-cmd.tmpl │ │ ├── runcmd-cmd.tmpl │ │ ├── runcmd-unicode.tmpl │ │ ├── symlink-cmd.tmpl │ │ ├── systemctl-cmd.tmpl │ │ ├── treeinfo-cmd.tmpl │ │ └── unknown-cmd.tmpl │ ├── test_buildstamp.py │ ├── test_creator.py │ ├── test_discinfo.py │ ├── test_executils.py │ ├── test_imgutils.py │ ├── test_ltmpl.py │ ├── test_monitor.py │ ├── test_mount.py │ ├── test_sysutils.py │ ├── test_treebuilder.py │ └── test_treeinfo.py ├── test_lorax.sh └── testenv.sh └── utils └── test-parse-template /.coveragerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/.coveragerc -------------------------------------------------------------------------------- /.dockerignore: -------------------------------------------------------------------------------- 1 | .git/ 2 | .coverage 3 | -------------------------------------------------------------------------------- /.github/PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/.github/PULL_REQUEST_TEMPLATE.md -------------------------------------------------------------------------------- /.github/workflows/example-livemedia-creator.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/.github/workflows/example-livemedia-creator.yml -------------------------------------------------------------------------------- /.github/workflows/tests.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/.github/workflows/tests.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitleaks.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/.gitleaks.toml -------------------------------------------------------------------------------- /.tito/lorax_tito/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/.tito/lorax_tito/__init__.py -------------------------------------------------------------------------------- /.tito/lorax_tito/tagger.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/.tito/lorax_tito/tagger.py -------------------------------------------------------------------------------- /.tito/packages/.readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/.tito/packages/.readme -------------------------------------------------------------------------------- /.tito/packages/lorax: -------------------------------------------------------------------------------- 1 | 44.4-1 ./ 2 | -------------------------------------------------------------------------------- /.tito/tito.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/.tito/tito.props -------------------------------------------------------------------------------- /ANNOUNCE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/ANNOUNCE -------------------------------------------------------------------------------- /AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/AUTHORS -------------------------------------------------------------------------------- /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/COPYING -------------------------------------------------------------------------------- /Dockerfile.test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/Dockerfile.test -------------------------------------------------------------------------------- /HACKING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/HACKING.md -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/Makefile -------------------------------------------------------------------------------- /POLICY: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/POLICY -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/README.md -------------------------------------------------------------------------------- /RELEASE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/RELEASE.md -------------------------------------------------------------------------------- /TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/TODO -------------------------------------------------------------------------------- /docs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/Makefile -------------------------------------------------------------------------------- /docs/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/conf.py -------------------------------------------------------------------------------- /docs/fedora-atomic-pxe-live-novirt.ks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/fedora-atomic-pxe-live-novirt.ks -------------------------------------------------------------------------------- /docs/fedora-atomic-pxe-live.ks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/fedora-atomic-pxe-live.ks -------------------------------------------------------------------------------- /docs/fedora-docker.ks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/fedora-docker.ks -------------------------------------------------------------------------------- /docs/fedora-livemedia.ks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/fedora-livemedia.ks -------------------------------------------------------------------------------- /docs/fedora-minimal.ks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/fedora-minimal.ks -------------------------------------------------------------------------------- /docs/fedora-minimized.ks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/fedora-minimized.ks -------------------------------------------------------------------------------- /docs/fedora-openstack.ks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/fedora-openstack.ks -------------------------------------------------------------------------------- /docs/fedora-vagrant.ks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/fedora-vagrant.ks -------------------------------------------------------------------------------- /docs/html/.buildinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/.buildinfo -------------------------------------------------------------------------------- /docs/html/.doctrees/environment.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/.doctrees/environment.pickle -------------------------------------------------------------------------------- /docs/html/.doctrees/image-minimizer.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/.doctrees/image-minimizer.doctree -------------------------------------------------------------------------------- /docs/html/.doctrees/index.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/.doctrees/index.doctree -------------------------------------------------------------------------------- /docs/html/.doctrees/intro.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/.doctrees/intro.doctree -------------------------------------------------------------------------------- /docs/html/.doctrees/livemedia-creator.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/.doctrees/livemedia-creator.doctree -------------------------------------------------------------------------------- /docs/html/.doctrees/lorax.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/.doctrees/lorax.doctree -------------------------------------------------------------------------------- /docs/html/.doctrees/mkksiso.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/.doctrees/mkksiso.doctree -------------------------------------------------------------------------------- /docs/html/.doctrees/modules.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/.doctrees/modules.doctree -------------------------------------------------------------------------------- /docs/html/.doctrees/product-images.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/.doctrees/product-images.doctree -------------------------------------------------------------------------------- /docs/html/.doctrees/pylorax.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/.doctrees/pylorax.doctree -------------------------------------------------------------------------------- /docs/html/_modules/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/_modules/index.html -------------------------------------------------------------------------------- /docs/html/_modules/pylorax.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/_modules/pylorax.html -------------------------------------------------------------------------------- /docs/html/_modules/pylorax/base.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/_modules/pylorax/base.html -------------------------------------------------------------------------------- /docs/html/_modules/pylorax/buildstamp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/_modules/pylorax/buildstamp.html -------------------------------------------------------------------------------- /docs/html/_modules/pylorax/cmdline.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/_modules/pylorax/cmdline.html -------------------------------------------------------------------------------- /docs/html/_modules/pylorax/creator.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/_modules/pylorax/creator.html -------------------------------------------------------------------------------- /docs/html/_modules/pylorax/decorators.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/_modules/pylorax/decorators.html -------------------------------------------------------------------------------- /docs/html/_modules/pylorax/discinfo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/_modules/pylorax/discinfo.html -------------------------------------------------------------------------------- /docs/html/_modules/pylorax/dnfbase.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/_modules/pylorax/dnfbase.html -------------------------------------------------------------------------------- /docs/html/_modules/pylorax/dnfhelper.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/_modules/pylorax/dnfhelper.html -------------------------------------------------------------------------------- /docs/html/_modules/pylorax/executils.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/_modules/pylorax/executils.html -------------------------------------------------------------------------------- /docs/html/_modules/pylorax/imgutils.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/_modules/pylorax/imgutils.html -------------------------------------------------------------------------------- /docs/html/_modules/pylorax/installer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/_modules/pylorax/installer.html -------------------------------------------------------------------------------- /docs/html/_modules/pylorax/ltmpl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/_modules/pylorax/ltmpl.html -------------------------------------------------------------------------------- /docs/html/_modules/pylorax/monitor.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/_modules/pylorax/monitor.html -------------------------------------------------------------------------------- /docs/html/_modules/pylorax/mount.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/_modules/pylorax/mount.html -------------------------------------------------------------------------------- /docs/html/_modules/pylorax/sysutils.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/_modules/pylorax/sysutils.html -------------------------------------------------------------------------------- /docs/html/_modules/pylorax/treebuilder.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/_modules/pylorax/treebuilder.html -------------------------------------------------------------------------------- /docs/html/_modules/pylorax/treeinfo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/_modules/pylorax/treeinfo.html -------------------------------------------------------------------------------- /docs/html/_sources/image-minimizer.rst.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/_sources/image-minimizer.rst.txt -------------------------------------------------------------------------------- /docs/html/_sources/index.rst.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/_sources/index.rst.txt -------------------------------------------------------------------------------- /docs/html/_sources/intro.rst.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/_sources/intro.rst.txt -------------------------------------------------------------------------------- /docs/html/_sources/livemedia-creator.rst.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/_sources/livemedia-creator.rst.txt -------------------------------------------------------------------------------- /docs/html/_sources/lorax.rst.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/_sources/lorax.rst.txt -------------------------------------------------------------------------------- /docs/html/_sources/mkksiso.rst.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/_sources/mkksiso.rst.txt -------------------------------------------------------------------------------- /docs/html/_sources/modules.rst.txt: -------------------------------------------------------------------------------- 1 | src 2 | === 3 | 4 | .. toctree:: 5 | :maxdepth: 4 6 | 7 | pylorax 8 | -------------------------------------------------------------------------------- /docs/html/_sources/product-images.rst.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/_sources/product-images.rst.txt -------------------------------------------------------------------------------- /docs/html/_sources/pylorax.rst.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/_sources/pylorax.rst.txt -------------------------------------------------------------------------------- /docs/html/_static/_sphinx_javascript_frameworks_compat.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/_static/_sphinx_javascript_frameworks_compat.js -------------------------------------------------------------------------------- /docs/html/_static/basic.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/_static/basic.css -------------------------------------------------------------------------------- /docs/html/_static/css/badge_only.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/_static/css/badge_only.css -------------------------------------------------------------------------------- /docs/html/_static/css/theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/_static/css/theme.css -------------------------------------------------------------------------------- /docs/html/_static/doctools.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/_static/doctools.js -------------------------------------------------------------------------------- /docs/html/_static/documentation_options.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/_static/documentation_options.js -------------------------------------------------------------------------------- /docs/html/_static/file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/_static/file.png -------------------------------------------------------------------------------- /docs/html/_static/jquery-3.5.1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/_static/jquery-3.5.1.js -------------------------------------------------------------------------------- /docs/html/_static/jquery-3.6.0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/_static/jquery-3.6.0.js -------------------------------------------------------------------------------- /docs/html/_static/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/_static/jquery.js -------------------------------------------------------------------------------- /docs/html/_static/js/badge_only.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/_static/js/badge_only.js -------------------------------------------------------------------------------- /docs/html/_static/js/theme.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/_static/js/theme.js -------------------------------------------------------------------------------- /docs/html/_static/language_data.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/_static/language_data.js -------------------------------------------------------------------------------- /docs/html/_static/minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/_static/minus.png -------------------------------------------------------------------------------- /docs/html/_static/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/_static/plus.png -------------------------------------------------------------------------------- /docs/html/_static/pygments.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/_static/pygments.css -------------------------------------------------------------------------------- /docs/html/_static/searchtools.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/_static/searchtools.js -------------------------------------------------------------------------------- /docs/html/_static/sphinx_highlight.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/_static/sphinx_highlight.js -------------------------------------------------------------------------------- /docs/html/_static/underscore-1.12.0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/_static/underscore-1.12.0.js -------------------------------------------------------------------------------- /docs/html/_static/underscore-1.13.1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/_static/underscore-1.13.1.js -------------------------------------------------------------------------------- /docs/html/_static/underscore.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/_static/underscore.js -------------------------------------------------------------------------------- /docs/html/composer-cli.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/composer-cli.html -------------------------------------------------------------------------------- /docs/html/genindex.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/genindex.html -------------------------------------------------------------------------------- /docs/html/image-minimizer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/image-minimizer.html -------------------------------------------------------------------------------- /docs/html/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/index.html -------------------------------------------------------------------------------- /docs/html/intro.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/intro.html -------------------------------------------------------------------------------- /docs/html/livemedia-creator.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/livemedia-creator.html -------------------------------------------------------------------------------- /docs/html/lorax.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/lorax.html -------------------------------------------------------------------------------- /docs/html/mkksiso.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/mkksiso.html -------------------------------------------------------------------------------- /docs/html/modules.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/modules.html -------------------------------------------------------------------------------- /docs/html/objects.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/objects.inv -------------------------------------------------------------------------------- /docs/html/product-images.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/product-images.html -------------------------------------------------------------------------------- /docs/html/py-modindex.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/py-modindex.html -------------------------------------------------------------------------------- /docs/html/pylorax.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/pylorax.html -------------------------------------------------------------------------------- /docs/html/search.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/search.html -------------------------------------------------------------------------------- /docs/html/searchindex.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/html/searchindex.js -------------------------------------------------------------------------------- /docs/image-minimizer.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/image-minimizer.rst -------------------------------------------------------------------------------- /docs/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/index.rst -------------------------------------------------------------------------------- /docs/intro.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/intro.rst -------------------------------------------------------------------------------- /docs/livemedia-creator.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/livemedia-creator.rst -------------------------------------------------------------------------------- /docs/lorax.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/lorax.rst -------------------------------------------------------------------------------- /docs/man/.doctrees/composer-cli.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/man/.doctrees/composer-cli.doctree -------------------------------------------------------------------------------- /docs/man/.doctrees/composer.cli.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/man/.doctrees/composer.cli.doctree -------------------------------------------------------------------------------- /docs/man/.doctrees/composer.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/man/.doctrees/composer.doctree -------------------------------------------------------------------------------- /docs/man/.doctrees/environment.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/man/.doctrees/environment.pickle -------------------------------------------------------------------------------- /docs/man/.doctrees/image-minimizer.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/man/.doctrees/image-minimizer.doctree -------------------------------------------------------------------------------- /docs/man/.doctrees/index.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/man/.doctrees/index.doctree -------------------------------------------------------------------------------- /docs/man/.doctrees/intro.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/man/.doctrees/intro.doctree -------------------------------------------------------------------------------- /docs/man/.doctrees/lifted.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/man/.doctrees/lifted.doctree -------------------------------------------------------------------------------- /docs/man/.doctrees/livemedia-creator.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/man/.doctrees/livemedia-creator.doctree -------------------------------------------------------------------------------- /docs/man/.doctrees/lorax-composer.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/man/.doctrees/lorax-composer.doctree -------------------------------------------------------------------------------- /docs/man/.doctrees/lorax.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/man/.doctrees/lorax.doctree -------------------------------------------------------------------------------- /docs/man/.doctrees/mkksiso.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/man/.doctrees/mkksiso.doctree -------------------------------------------------------------------------------- /docs/man/.doctrees/modules.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/man/.doctrees/modules.doctree -------------------------------------------------------------------------------- /docs/man/.doctrees/product-images.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/man/.doctrees/product-images.doctree -------------------------------------------------------------------------------- /docs/man/.doctrees/pylorax.api.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/man/.doctrees/pylorax.api.doctree -------------------------------------------------------------------------------- /docs/man/.doctrees/pylorax.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/man/.doctrees/pylorax.doctree -------------------------------------------------------------------------------- /docs/man/image-minimizer.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/man/image-minimizer.1 -------------------------------------------------------------------------------- /docs/man/livemedia-creator.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/man/livemedia-creator.1 -------------------------------------------------------------------------------- /docs/man/lorax.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/man/lorax.1 -------------------------------------------------------------------------------- /docs/man/mkksiso.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/man/mkksiso.1 -------------------------------------------------------------------------------- /docs/mkksiso.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/mkksiso.rst -------------------------------------------------------------------------------- /docs/modules.rst: -------------------------------------------------------------------------------- 1 | src 2 | === 3 | 4 | .. toctree:: 5 | :maxdepth: 4 6 | 7 | pylorax 8 | -------------------------------------------------------------------------------- /docs/product-images.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/product-images.rst -------------------------------------------------------------------------------- /docs/pylorax.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/docs/pylorax.rst -------------------------------------------------------------------------------- /etc/lorax.conf: -------------------------------------------------------------------------------- 1 | # Lorax configuration file 2 | -------------------------------------------------------------------------------- /lorax.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/lorax.spec -------------------------------------------------------------------------------- /pyproject.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/pyproject.toml -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | Mako 2 | -------------------------------------------------------------------------------- /share/templates.d/99-generic/aarch64.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/share/templates.d/99-generic/aarch64.tmpl -------------------------------------------------------------------------------- /share/templates.d/99-generic/appliance/libvirt.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/share/templates.d/99-generic/appliance/libvirt.tmpl -------------------------------------------------------------------------------- /share/templates.d/99-generic/config_files/aarch64/boot.msg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/share/templates.d/99-generic/config_files/aarch64/boot.msg -------------------------------------------------------------------------------- /share/templates.d/99-generic/config_files/aarch64/grub2-efi.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/share/templates.d/99-generic/config_files/aarch64/grub2-efi.cfg -------------------------------------------------------------------------------- /share/templates.d/99-generic/config_files/common/91-anaconda-autoconnect-slaves.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/share/templates.d/99-generic/config_files/common/91-anaconda-autoconnect-slaves.conf -------------------------------------------------------------------------------- /share/templates.d/99-generic/config_files/common/92-anaconda-loglevel-debug.conf: -------------------------------------------------------------------------------- 1 | [logging] 2 | level=DEBUG 3 | -------------------------------------------------------------------------------- /share/templates.d/99-generic/config_files/common/bash_history: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/share/templates.d/99-generic/config_files/common/bash_history -------------------------------------------------------------------------------- /share/templates.d/99-generic/config_files/common/i18n: -------------------------------------------------------------------------------- 1 | SYSFONT="eurlatgr" 2 | -------------------------------------------------------------------------------- /share/templates.d/99-generic/config_files/common/inst.rngd.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/share/templates.d/99-generic/config_files/common/inst.rngd.service -------------------------------------------------------------------------------- /share/templates.d/99-generic/config_files/common/org.gtk.Settings.Debug.gschema.override: -------------------------------------------------------------------------------- 1 | [org.gtk.Settings.Debug] 2 | enable-inspector-keybinding=true 3 | -------------------------------------------------------------------------------- /share/templates.d/99-generic/config_files/common/pam.sshd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/share/templates.d/99-generic/config_files/common/pam.sshd -------------------------------------------------------------------------------- /share/templates.d/99-generic/config_files/common/profile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/share/templates.d/99-generic/config_files/common/profile -------------------------------------------------------------------------------- /share/templates.d/99-generic/config_files/common/resolv.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /share/templates.d/99-generic/config_files/common/rsyslog.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/share/templates.d/99-generic/config_files/common/rsyslog.conf -------------------------------------------------------------------------------- /share/templates.d/99-generic/config_files/common/selinux.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/share/templates.d/99-generic/config_files/common/selinux.config -------------------------------------------------------------------------------- /share/templates.d/99-generic/config_files/common/spice-vdagentd: -------------------------------------------------------------------------------- 1 | SPICE_VDAGENTD_EXTRA_ARGS=-X 2 | -------------------------------------------------------------------------------- /share/templates.d/99-generic/config_files/common/sshd_config.anaconda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/share/templates.d/99-generic/config_files/common/sshd_config.anaconda -------------------------------------------------------------------------------- /share/templates.d/99-generic/config_files/common/sysctl.conf: -------------------------------------------------------------------------------- 1 | kernel.printk=1 2 | -------------------------------------------------------------------------------- /share/templates.d/99-generic/config_files/common/systemd-allowroot.conf: -------------------------------------------------------------------------------- 1 | [Unit] 2 | ConditionUser= 3 | 4 | -------------------------------------------------------------------------------- /share/templates.d/99-generic/config_files/common/vconsole.conf: -------------------------------------------------------------------------------- 1 | KEYMAP=us 2 | FONT=eurlatgr 3 | -------------------------------------------------------------------------------- /share/templates.d/99-generic/config_files/ppc/bootinfo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/share/templates.d/99-generic/config_files/ppc/bootinfo.txt -------------------------------------------------------------------------------- /share/templates.d/99-generic/config_files/ppc/grub.cfg.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/share/templates.d/99-generic/config_files/ppc/grub.cfg.in -------------------------------------------------------------------------------- /share/templates.d/99-generic/config_files/s390/cdboot.prm: -------------------------------------------------------------------------------- 1 | ro @ROOT@ 2 | -------------------------------------------------------------------------------- /share/templates.d/99-generic/config_files/s390/generic.ins: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/share/templates.d/99-generic/config_files/s390/generic.ins -------------------------------------------------------------------------------- /share/templates.d/99-generic/config_files/s390/generic.prm: -------------------------------------------------------------------------------- 1 | ro ramdisk_size=40000 cio_ignore=all,!condev 2 | -------------------------------------------------------------------------------- /share/templates.d/99-generic/config_files/s390/genericdvd.prm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/share/templates.d/99-generic/config_files/s390/genericdvd.prm -------------------------------------------------------------------------------- /share/templates.d/99-generic/config_files/s390/redhat.exec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/share/templates.d/99-generic/config_files/s390/redhat.exec -------------------------------------------------------------------------------- /share/templates.d/99-generic/config_files/sparc/boot.msg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/share/templates.d/99-generic/config_files/sparc/boot.msg -------------------------------------------------------------------------------- /share/templates.d/99-generic/config_files/sparc/silo.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/share/templates.d/99-generic/config_files/sparc/silo.conf -------------------------------------------------------------------------------- /share/templates.d/99-generic/config_files/x86/boot.msg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/share/templates.d/99-generic/config_files/x86/boot.msg -------------------------------------------------------------------------------- /share/templates.d/99-generic/config_files/x86/grub2-bios.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/share/templates.d/99-generic/config_files/x86/grub2-bios.cfg -------------------------------------------------------------------------------- /share/templates.d/99-generic/config_files/x86/grub2-efi.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/share/templates.d/99-generic/config_files/x86/grub2-efi.cfg -------------------------------------------------------------------------------- /share/templates.d/99-generic/config_files/x86/isolinux.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/share/templates.d/99-generic/config_files/x86/isolinux.cfg -------------------------------------------------------------------------------- /share/templates.d/99-generic/efi.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/share/templates.d/99-generic/efi.tmpl -------------------------------------------------------------------------------- /share/templates.d/99-generic/live/aarch64.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/share/templates.d/99-generic/live/aarch64.tmpl -------------------------------------------------------------------------------- /share/templates.d/99-generic/live/config_files/aarch64/grub2-efi.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/share/templates.d/99-generic/live/config_files/aarch64/grub2-efi.cfg -------------------------------------------------------------------------------- /share/templates.d/99-generic/live/config_files/ppc/bootinfo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/share/templates.d/99-generic/live/config_files/ppc/bootinfo.txt -------------------------------------------------------------------------------- /share/templates.d/99-generic/live/config_files/ppc/grub.cfg.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/share/templates.d/99-generic/live/config_files/ppc/grub.cfg.in -------------------------------------------------------------------------------- /share/templates.d/99-generic/live/config_files/s390/cdboot.prm: -------------------------------------------------------------------------------- 1 | ro @ROOT@ rd.live.image @EXTRA@ 2 | -------------------------------------------------------------------------------- /share/templates.d/99-generic/live/config_files/s390/generic.ins: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/share/templates.d/99-generic/live/config_files/s390/generic.ins -------------------------------------------------------------------------------- /share/templates.d/99-generic/live/config_files/s390/generic.prm: -------------------------------------------------------------------------------- 1 | ro ramdisk_size=40000 cio_ignore=all,!condev @EXTRA@ 2 | -------------------------------------------------------------------------------- /share/templates.d/99-generic/live/config_files/s390/genericdvd.prm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/share/templates.d/99-generic/live/config_files/s390/genericdvd.prm -------------------------------------------------------------------------------- /share/templates.d/99-generic/live/config_files/s390/redhat.exec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/share/templates.d/99-generic/live/config_files/s390/redhat.exec -------------------------------------------------------------------------------- /share/templates.d/99-generic/live/config_files/x86/grub2-bios.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/share/templates.d/99-generic/live/config_files/x86/grub2-bios.cfg -------------------------------------------------------------------------------- /share/templates.d/99-generic/live/config_files/x86/grub2-efi.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/share/templates.d/99-generic/live/config_files/x86/grub2-efi.cfg -------------------------------------------------------------------------------- /share/templates.d/99-generic/live/efi.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/share/templates.d/99-generic/live/efi.tmpl -------------------------------------------------------------------------------- /share/templates.d/99-generic/live/live-install.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/share/templates.d/99-generic/live/live-install.tmpl -------------------------------------------------------------------------------- /share/templates.d/99-generic/live/ppc64le.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/share/templates.d/99-generic/live/ppc64le.tmpl -------------------------------------------------------------------------------- /share/templates.d/99-generic/live/s390.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/share/templates.d/99-generic/live/s390.tmpl -------------------------------------------------------------------------------- /share/templates.d/99-generic/live/x86.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/share/templates.d/99-generic/live/x86.tmpl -------------------------------------------------------------------------------- /share/templates.d/99-generic/ppc64le.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/share/templates.d/99-generic/ppc64le.tmpl -------------------------------------------------------------------------------- /share/templates.d/99-generic/pxe-live/pxe-config.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/share/templates.d/99-generic/pxe-live/pxe-config.tmpl -------------------------------------------------------------------------------- /share/templates.d/99-generic/runtime-cleanup.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/share/templates.d/99-generic/runtime-cleanup.tmpl -------------------------------------------------------------------------------- /share/templates.d/99-generic/runtime-install.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/share/templates.d/99-generic/runtime-install.tmpl -------------------------------------------------------------------------------- /share/templates.d/99-generic/runtime-postinstall.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/share/templates.d/99-generic/runtime-postinstall.tmpl -------------------------------------------------------------------------------- /share/templates.d/99-generic/s390.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/share/templates.d/99-generic/s390.tmpl -------------------------------------------------------------------------------- /share/templates.d/99-generic/x86.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/share/templates.d/99-generic/x86.tmpl -------------------------------------------------------------------------------- /src/bin/image-minimizer: -------------------------------------------------------------------------------- 1 | ../pylorax/cmdline/minimizer.py -------------------------------------------------------------------------------- /src/bin/livemedia-creator: -------------------------------------------------------------------------------- 1 | ../pylorax/cmdline/livemedia.py -------------------------------------------------------------------------------- /src/bin/lorax: -------------------------------------------------------------------------------- 1 | ../pylorax/cmdline/lorax.py -------------------------------------------------------------------------------- /src/bin/mkefiboot: -------------------------------------------------------------------------------- 1 | ../pylorax/cmdline/mkefiboot.py -------------------------------------------------------------------------------- /src/bin/mkksiso: -------------------------------------------------------------------------------- 1 | ../pylorax/cmdline/mkksiso.py -------------------------------------------------------------------------------- /src/pylorax/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/src/pylorax/__init__.py -------------------------------------------------------------------------------- /src/pylorax/base.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/src/pylorax/base.py -------------------------------------------------------------------------------- /src/pylorax/buildstamp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/src/pylorax/buildstamp.py -------------------------------------------------------------------------------- /src/pylorax/cmdline/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/src/pylorax/cmdline/__init__.py -------------------------------------------------------------------------------- /src/pylorax/cmdline/livemedia.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/src/pylorax/cmdline/livemedia.py -------------------------------------------------------------------------------- /src/pylorax/cmdline/lorax.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/src/pylorax/cmdline/lorax.py -------------------------------------------------------------------------------- /src/pylorax/cmdline/minimizer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/src/pylorax/cmdline/minimizer.py -------------------------------------------------------------------------------- /src/pylorax/cmdline/mkefiboot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/src/pylorax/cmdline/mkefiboot.py -------------------------------------------------------------------------------- /src/pylorax/cmdline/mkksiso.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/src/pylorax/cmdline/mkksiso.py -------------------------------------------------------------------------------- /src/pylorax/creator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/src/pylorax/creator.py -------------------------------------------------------------------------------- /src/pylorax/decorators.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/src/pylorax/decorators.py -------------------------------------------------------------------------------- /src/pylorax/discinfo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/src/pylorax/discinfo.py -------------------------------------------------------------------------------- /src/pylorax/dnfbase.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/src/pylorax/dnfbase.py -------------------------------------------------------------------------------- /src/pylorax/dnfhelper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/src/pylorax/dnfhelper.py -------------------------------------------------------------------------------- /src/pylorax/executils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/src/pylorax/executils.py -------------------------------------------------------------------------------- /src/pylorax/imgutils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/src/pylorax/imgutils.py -------------------------------------------------------------------------------- /src/pylorax/installer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/src/pylorax/installer.py -------------------------------------------------------------------------------- /src/pylorax/ltmpl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/src/pylorax/ltmpl.py -------------------------------------------------------------------------------- /src/pylorax/monitor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/src/pylorax/monitor.py -------------------------------------------------------------------------------- /src/pylorax/mount.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/src/pylorax/mount.py -------------------------------------------------------------------------------- /src/pylorax/output.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/src/pylorax/output.py -------------------------------------------------------------------------------- /src/pylorax/sysutils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/src/pylorax/sysutils.py -------------------------------------------------------------------------------- /src/pylorax/treebuilder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/src/pylorax/treebuilder.py -------------------------------------------------------------------------------- /src/pylorax/treeinfo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/src/pylorax/treeinfo.py -------------------------------------------------------------------------------- /systemd/lorax.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/systemd/lorax.conf -------------------------------------------------------------------------------- /test-packages: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/test-packages -------------------------------------------------------------------------------- /test/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/test/README.md -------------------------------------------------------------------------------- /test/check-lorax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/test/check-lorax -------------------------------------------------------------------------------- /test/loraxtest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/test/loraxtest.py -------------------------------------------------------------------------------- /test/run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/test/run -------------------------------------------------------------------------------- /test/vm.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/test/vm.install -------------------------------------------------------------------------------- /tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/image-minimizer/im-script.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/tests/image-minimizer/im-script.txt -------------------------------------------------------------------------------- /tests/image-minimizer/minimizer.py: -------------------------------------------------------------------------------- 1 | ../../src/pylorax/cmdline/minimizer.py -------------------------------------------------------------------------------- /tests/image-minimizer/test_minimizer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/tests/image-minimizer/test_minimizer.py -------------------------------------------------------------------------------- /tests/lib.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/tests/lib.py -------------------------------------------------------------------------------- /tests/lorax/lib/lib.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/tests/lorax/lib/lib.sh -------------------------------------------------------------------------------- /tests/lorax/test_boot_bootiso.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/tests/lorax/test_boot_bootiso.sh -------------------------------------------------------------------------------- /tests/lorax/test_build_bootiso.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/tests/lorax/test_build_bootiso.sh -------------------------------------------------------------------------------- /tests/mkksiso/data/BOOT-1.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/tests/mkksiso/data/BOOT-1.conf -------------------------------------------------------------------------------- /tests/mkksiso/data/BOOT-1.conf.result: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/tests/mkksiso/data/BOOT-1.conf.result -------------------------------------------------------------------------------- /tests/mkksiso/data/BOOT.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/tests/mkksiso/data/BOOT.conf -------------------------------------------------------------------------------- /tests/mkksiso/data/BOOT.conf.result: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/tests/mkksiso/data/BOOT.conf.result -------------------------------------------------------------------------------- /tests/mkksiso/data/bios-grub.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/tests/mkksiso/data/bios-grub.cfg -------------------------------------------------------------------------------- /tests/mkksiso/data/bios-grub.cfg.result: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/tests/mkksiso/data/bios-grub.cfg.result -------------------------------------------------------------------------------- /tests/mkksiso/data/cdboot.prm: -------------------------------------------------------------------------------- 1 | ro inst.stage2=hd:LABEL=Fedora-rawhide-test 2 | console=ttyUSB0 3 | quiet 4 | -------------------------------------------------------------------------------- /tests/mkksiso/data/cdboot.prm.result: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/tests/mkksiso/data/cdboot.prm.result -------------------------------------------------------------------------------- /tests/mkksiso/data/generic.prm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/tests/mkksiso/data/generic.prm -------------------------------------------------------------------------------- /tests/mkksiso/data/generic.prm.result: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/tests/mkksiso/data/generic.prm.result -------------------------------------------------------------------------------- /tests/mkksiso/data/isolinux.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/tests/mkksiso/data/isolinux.cfg -------------------------------------------------------------------------------- /tests/mkksiso/data/isolinux.cfg.result: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/tests/mkksiso/data/isolinux.cfg.result -------------------------------------------------------------------------------- /tests/mkksiso/data/uefi-grub-1.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/tests/mkksiso/data/uefi-grub-1.cfg -------------------------------------------------------------------------------- /tests/mkksiso/data/uefi-grub-1.cfg.result: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/tests/mkksiso/data/uefi-grub-1.cfg.result -------------------------------------------------------------------------------- /tests/mkksiso/data/uefi-grub.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/tests/mkksiso/data/uefi-grub.cfg -------------------------------------------------------------------------------- /tests/mkksiso/data/uefi-grub.cfg.result: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/tests/mkksiso/data/uefi-grub.cfg.result -------------------------------------------------------------------------------- /tests/mkksiso/ks/extra-repo.ks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/tests/mkksiso/ks/extra-repo.ks -------------------------------------------------------------------------------- /tests/mkksiso/ks/liveimg.ks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/tests/mkksiso/ks/liveimg.ks -------------------------------------------------------------------------------- /tests/mkksiso/mk-fake-rpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/tests/mkksiso/mk-fake-rpm -------------------------------------------------------------------------------- /tests/mkksiso/mkksiso.py: -------------------------------------------------------------------------------- 1 | ../../src/pylorax/cmdline/mkksiso.py -------------------------------------------------------------------------------- /tests/mkksiso/test_boot_repo.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/tests/mkksiso/test_boot_repo.sh -------------------------------------------------------------------------------- /tests/mkksiso/test_liveimg.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/tests/mkksiso/test_liveimg.sh -------------------------------------------------------------------------------- /tests/mkksiso/test_mkksiso.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/tests/mkksiso/test_mkksiso.py -------------------------------------------------------------------------------- /tests/mkksiso/test_mkksiso.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/tests/mkksiso/test_mkksiso.sh -------------------------------------------------------------------------------- /tests/pylint/runpylint.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/tests/pylint/runpylint.py -------------------------------------------------------------------------------- /tests/pylorax/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/pylorax/templates/bad-template.tmpl: -------------------------------------------------------------------------------- 1 | <%page args="missing" /> 2 | This is a bad template 3 | 4 | -------------------------------------------------------------------------------- /tests/pylorax/templates/chmod-cmd.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/tests/pylorax/templates/chmod-cmd.tmpl -------------------------------------------------------------------------------- /tests/pylorax/templates/copy-cmd.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/tests/pylorax/templates/copy-cmd.tmpl -------------------------------------------------------------------------------- /tests/pylorax/templates/createaddrsize-cmd.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/tests/pylorax/templates/createaddrsize-cmd.tmpl -------------------------------------------------------------------------------- /tests/pylorax/templates/hardlink-cmd.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/tests/pylorax/templates/hardlink-cmd.tmpl -------------------------------------------------------------------------------- /tests/pylorax/templates/install-cmd.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/tests/pylorax/templates/install-cmd.tmpl -------------------------------------------------------------------------------- /tests/pylorax/templates/install-remove-test.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/tests/pylorax/templates/install-remove-test.tmpl -------------------------------------------------------------------------------- /tests/pylorax/templates/install-test.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/tests/pylorax/templates/install-test.tmpl -------------------------------------------------------------------------------- /tests/pylorax/templates/installimg-cmd.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/tests/pylorax/templates/installimg-cmd.tmpl -------------------------------------------------------------------------------- /tests/pylorax/templates/installinitrd-cmd.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/tests/pylorax/templates/installinitrd-cmd.tmpl -------------------------------------------------------------------------------- /tests/pylorax/templates/installkernel-cmd.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/tests/pylorax/templates/installkernel-cmd.tmpl -------------------------------------------------------------------------------- /tests/pylorax/templates/installupgradeinitrd-cmd.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/tests/pylorax/templates/installupgradeinitrd-cmd.tmpl -------------------------------------------------------------------------------- /tests/pylorax/templates/mkdir-cmd.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/tests/pylorax/templates/mkdir-cmd.tmpl -------------------------------------------------------------------------------- /tests/pylorax/templates/move-cmd.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/tests/pylorax/templates/move-cmd.tmpl -------------------------------------------------------------------------------- /tests/pylorax/templates/parse-missing-quote.tmpl: -------------------------------------------------------------------------------- 1 | <%page args="basearch"/> 2 | 3 | # missing quote 4 | replace @ROOT@ 'inst.stage2=hd:LABEL=foo isolinux.cfg 5 | -------------------------------------------------------------------------------- /tests/pylorax/templates/parse-test.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/tests/pylorax/templates/parse-test.tmpl -------------------------------------------------------------------------------- /tests/pylorax/templates/remove-cmd.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/tests/pylorax/templates/remove-cmd.tmpl -------------------------------------------------------------------------------- /tests/pylorax/templates/removekmod-cmd.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/tests/pylorax/templates/removekmod-cmd.tmpl -------------------------------------------------------------------------------- /tests/pylorax/templates/replace-cmd.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/tests/pylorax/templates/replace-cmd.tmpl -------------------------------------------------------------------------------- /tests/pylorax/templates/runcmd-cmd.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/tests/pylorax/templates/runcmd-cmd.tmpl -------------------------------------------------------------------------------- /tests/pylorax/templates/runcmd-unicode.tmpl: -------------------------------------------------------------------------------- 1 | <%page args="root" /> 2 | runcmd python3 -c "import sys; print('Truffula trees.\nGürzenichstraße'); sys.exit(0)" 3 | -------------------------------------------------------------------------------- /tests/pylorax/templates/symlink-cmd.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/tests/pylorax/templates/symlink-cmd.tmpl -------------------------------------------------------------------------------- /tests/pylorax/templates/systemctl-cmd.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/tests/pylorax/templates/systemctl-cmd.tmpl -------------------------------------------------------------------------------- /tests/pylorax/templates/treeinfo-cmd.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/tests/pylorax/templates/treeinfo-cmd.tmpl -------------------------------------------------------------------------------- /tests/pylorax/templates/unknown-cmd.tmpl: -------------------------------------------------------------------------------- 1 | <%page /> 2 | run_unknonwn_command 3 | -------------------------------------------------------------------------------- /tests/pylorax/test_buildstamp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/tests/pylorax/test_buildstamp.py -------------------------------------------------------------------------------- /tests/pylorax/test_creator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/tests/pylorax/test_creator.py -------------------------------------------------------------------------------- /tests/pylorax/test_discinfo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/tests/pylorax/test_discinfo.py -------------------------------------------------------------------------------- /tests/pylorax/test_executils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/tests/pylorax/test_executils.py -------------------------------------------------------------------------------- /tests/pylorax/test_imgutils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/tests/pylorax/test_imgutils.py -------------------------------------------------------------------------------- /tests/pylorax/test_ltmpl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/tests/pylorax/test_ltmpl.py -------------------------------------------------------------------------------- /tests/pylorax/test_monitor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/tests/pylorax/test_monitor.py -------------------------------------------------------------------------------- /tests/pylorax/test_mount.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/tests/pylorax/test_mount.py -------------------------------------------------------------------------------- /tests/pylorax/test_sysutils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/tests/pylorax/test_sysutils.py -------------------------------------------------------------------------------- /tests/pylorax/test_treebuilder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/tests/pylorax/test_treebuilder.py -------------------------------------------------------------------------------- /tests/pylorax/test_treeinfo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/tests/pylorax/test_treeinfo.py -------------------------------------------------------------------------------- /tests/test_lorax.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/tests/test_lorax.sh -------------------------------------------------------------------------------- /tests/testenv.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/tests/testenv.sh -------------------------------------------------------------------------------- /utils/test-parse-template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weldr/lorax/HEAD/utils/test-parse-template --------------------------------------------------------------------------------