Skip to content

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

License

Notifications You must be signed in to change notification settings

laspavel/AutoInstallerOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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


Releases

No releases published

Packages

No packages published

Languages