/AutoInstallerOS

Silent installation RPM (Oracle Linux 8) and DEB (Debian 12) OS

Primary LanguageShellMIT LicenseMIT

AutoInstallerOS

Silent installation RPM (Oracle Linux 8) and DEB (Debian 12) OS.

Installation

  1. Clone this repository.
  2. Install the necessary dependencies:

For Deb:

sudo apt -y install rsync sysutils sysutils-tools isomd5sum mkisofs

For RPM:

sudo dnf -y install rsync syslinux isomd5sum mkisofs

For scripts to work correctly, the user must have mount (or sudo) execution rights.

Usage

Usage examples:

# For Oracle Linux
./create_custom_iso.sh OracleLinux-R8-U10-x86_64-dvd.iso OL8.iso

# For Debian
./create_custom_iso.sh debian-12.5.0-amd64-DVD-1.iso Deb12.iso

Here:

  • 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

  • OL8.iso, Deb12.iso - the name of the resulting image

Additional files that participate in the assembly (grub.cfg, isolinux.cfg etc.) of the required version are located in the target folders.

License

MIT / BSD