Skip to content

Instantly share code, notes, and snippets.

View theassyrian's full-sized avatar

The Assyrian theassyrian

View GitHub Profile
@theassyrian
theassyrian / centos_bstick.sh
Created August 24, 2021 03:44 — forked from vkanevska/centos_bstick.sh
Custom CentOS 7 bootable ISO / Support UEFI & Secure boot
#!/bin/bash
# create custom bootable iso for CentOS 7 with kickstart
if [ $# -lt 2 ]
then
echo "Usage1: $0 path2iso path2kickstart"
exit 1
else
if [ ! -f $1 ]
then