This file contains hidden or 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
| vmname="PXE Booter" | |
| iso=/ipfs/QmdTmSQtCz9D6vt2AbvQkYo3edFcTYoU7FDmDD7bPWDccA/ipfs.iso | |
| define notfound | |
| $(iso) not found | |
| make sure the daemon is running and mounted: | |
| ipfs daemon & | |
| ipfs mount | |
| endef | |
| export notfound |