Created
October 8, 2023 15:39
-
-
Save letsautomatenet/2bbc394783ad3c9bb011698b14c53ad7 to your computer and use it in GitHub Desktop.
iVentoy Related Commands
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Start iVentoy web interface for first time | |
sudo bash iventoy.sh start | |
# Start iVentoy Web interface and service (no need to press green button) | |
sudo bash iventoy.sh -R start | |
# Transfer ISO image from local machine to PXE Boot Server | |
scp thefilename.iso username@ipaddress:/isopath | |
# Create symbolic link so that ISOs can be saved somewhere else but seen by iVentoy | |
# iVentoy needs to see ISOs in the "iso" folder | |
ln -s actuallocation virtuallocation | |
# e.g. | |
ln -s /opt/download/ubuntu-22.04.2-desktop-amd64.iso /home/username/iventoy-1.0.19/iso/ubuntu-22.04.2-desktop-amd64.iso |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment