{"id":15051021,"url":"https://github.com/laspavel/autoinstalleros","last_synced_at":"2026-03-16T18:35:22.369Z","repository":{"id":242935330,"uuid":"810984991","full_name":"laspavel/AutoInstallerOS","owner":"laspavel","description":"Silent installation RPM (Oracle Linux 8) and DEB (Debian 12) OS","archived":false,"fork":false,"pushed_at":"2025-02-18T20:11:09.000Z","size":33,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-18T21:24:43.505Z","etag":null,"topics":["debian","debian-linux","kickstart","kickstart-install","oracle-linux","preseed","preseed-files","preseed-install"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/laspavel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-05T18:10:20.000Z","updated_at":"2025-02-18T20:11:13.000Z","dependencies_parsed_at":"2024-11-19T18:42:58.817Z","dependency_job_id":"ea85470f-53a0-4dff-affb-2ffe32aa8eab","html_url":"https://github.com/laspavel/AutoInstallerOS","commit_stats":null,"previous_names":["laspavel/autoinstalleros"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laspavel%2FAutoInstallerOS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laspavel%2FAutoInstallerOS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laspavel%2FAutoInstallerOS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laspavel%2FAutoInstallerOS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/laspavel","download_url":"https://codeload.github.com/laspavel/AutoInstallerOS/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243513303,"owners_count":20302924,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["debian","debian-linux","kickstart","kickstart-install","oracle-linux","preseed","preseed-files","preseed-install"],"created_at":"2024-09-24T21:30:30.597Z","updated_at":"2025-12-27T22:24:14.708Z","avatar_url":"https://github.com/laspavel.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AutoInstallerOS\n\nSilent installation RPM (Oracle Linux 8-9), (Debian 11-12) and Ubuntu 24 Server OS.\n\n## Installation\n\n1) Clone this repository.\n2) Install the necessary dependencies:\n\nFor Deb:\n```\nsudo apt -y install rsync sysutils sysutils-tools isomd5sum mkisofs xorriso\n```\n\nFor RPM:\n```\nsudo dnf -y install rsync syslinux isomd5sum mkisofs xorriso\n```\n\nFor scripts to work correctly, the user must have mount (or sudo) execution rights.\n\n## Usage\n\nUsage examples: \n```\n# For Oracle Linux\n./create_custom_iso.sh OracleLinux-R8-U10-x86_64-dvd.iso OL8.iso\n\n# For Debian\n./create_custom_iso.sh debian-12.5.0-amd64-DVD-1.iso Deb12.iso\n\n```\n\nHere:\n* OracleLinux-R8-U10-x86_64-dvd.iso,debian-12.5.0-amd64-DVD-1.iso - the source image from which the build is carried out\n\n* OL8.iso, Deb12.iso - the name of the resulting image\n\nAdditional files that participate in the assembly (grub.cfg, isolinux.cfg etc.) of the required version are located in the target folders.\n\n## License ##\n\nMIT / BSD\n\n---\n* [https://pykickstart.readthedocs.io/en/latest/kickstart-docs.html](https://pykickstart.readthedocs.io/en/latest/kickstart-docs.html)\n* [https://anaconda-installer.readthedocs.io/en/latest/boot-options.html](https://anaconda-installer.readthedocs.io/en/latest/boot-options.html)\n* [https://www.debian.org/releases/stable/amd64/apbs04.ru.html](https://www.debian.org/releases/stable/amd64/apbs04.ru.html)\n* [https://unix.stackexchange.com/questions/640232/verified-good-mkisofs-for-centos-8](https://unix.stackexchange.com/questions/640232/verified-good-mkisofs-for-centos-8)\n* [https://github.com/dafydd2277/systemAdmin/tree/main/kickstart/centos8](https://github.com/dafydd2277/systemAdmin/tree/main/kickstart/centos8)\n* [https://access.redhat.com/discussions/6161602](https://access.redhat.com/discussions/6161602)\n* [https://github.com/iwDevOps/RockyLinux8-Kickstart-iso](https://github.com/iwDevOps/RockyLinux8-Kickstart-iso)\n* [https://canonical-subiquity.readthedocs-hosted.com/en/latest/reference/autoinstall-reference.html#storage](https://canonical-subiquity.readthedocs-hosted.com/en/latest/reference/autoinstall-reference.html#storage)\n* [https://curtin.readthedocs.io/en/latest/topics/storage.html](https://curtin.readthedocs.io/en/latest/topics/storage.html)\n* [https://curtin.readthedocs.io/en/latest/topics/config.html#grub](https://curtin.readthedocs.io/en/latest/topics/config.html#grub)\n* [https://askubuntu.com/questions/1487504/ubuntu-22-04-autoinstall-works-on-uefi-but-not-mbr-in-virtualbox](https://askubuntu.com/questions/1487504/ubuntu-22-04-autoinstall-works-on-uefi-but-not-mbr-in-virtualbox)\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaspavel%2Fautoinstalleros","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flaspavel%2Fautoinstalleros","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaspavel%2Fautoinstalleros/lists"}