Skip to content

Instantly share code, notes, and snippets.

View Nschembr's full-sized avatar

Nicholas A Schembri Nschembr

View GitHub Profile
@Nschembr
Nschembr / centos_bstick.sh
Last active May 1, 2020 09:56 — forked from vkanevska/centos_bstick.sh
Custom CentOS 7 bootable ISO / Support UEFI & Secure boot
#!/bin/bash
# waiting for copyright from vkanevska/centos_bstick.sh I may not have any right to make changes.
# if this is the case will remove this fork.
# create custom bootable iso for CentOS 7 with kickstart
if [ $# -lt 2 ]
then
echo "Usage1: $0 sourceiso anaconda-ks.cfg"
exit 1
else