Skip to content
dcasota edited this page Dec 8, 2021 · 4 revisions

Welcome to the photon-os-installer wiki!

How to build photon-os-installer on Photon 4 revision 1

tdnf install -y python3 python3-setuptools python3-pyinstaller
tdnf install -y git python3-devel python3-curses build-essential
git clone https://github.com/dcasota/photon-os-installer.git
cd photon-os-installer
pyinstaller --onefile photon-installer.spec

Clone this wiki locally