Skip to content

Instantly share code, notes, and snippets.

@lotke
Created December 5, 2021 13:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lotke/08a1cc327753eae2e3c52f20b07a3bb3 to your computer and use it in GitHub Desktop.
Save lotke/08a1cc327753eae2e3c52f20b07a3bb3 to your computer and use it in GitHub Desktop.
fedora modify iso to enable vnc install
cd /trt/
mkdir iso
mkdir /trt/original
monut -t iso9660 -o loop /home/lotke/Downloads/Fedora-Server-dvd-x86_64-35-1.2.iso /trt/original/
cd original/
tar cf - . | (cd /trt/iso; tar xfp -)
#izmeniti /trt/iso/EFI/BOOT/BOOT.conf
#izmeniti /trt/iso/EFI/BOOT/grub.cfg
#dodati inst.vnc
#ako treba da se doda vnc pass, inst.vncpassword=PASSWORD
mkisofs -o /trt/custom.fedora35.iso -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -J -R -V "Fedora-S-dvd-x86_64-35" .
@lotke
Copy link
Author

lotke commented Dec 5, 2021

disk label in BOOT.conf/gtub.cfg must match iso volume name

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment