Skip to content

Latest commit

 

History

History
59 lines (40 loc) · 2.56 KB

README.md

File metadata and controls

59 lines (40 loc) · 2.56 KB

AutoInstallerOS

Silent installation RPM (Oracle Linux 8-9), (Debian 11-12) and Ubuntu 24 Server OS.

Installation

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

For Deb:

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

For RPM:

sudo dnf -y install rsync syslinux isomd5sum mkisofs xorriso

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