<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>ipxe on</title><link>https://notes.freaks.dev/tags/ipxe/</link><description>Recent content in ipxe on</description><generator>Hugo -- gohugo.io</generator><lastBuildDate>Tue, 06 Dec 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://notes.freaks.dev/tags/ipxe/index.xml" rel="self" type="application/rss+xml"/><item><title>Ipxe Container</title><link>https://notes.freaks.dev/selfhost/ipxe_container/</link><pubDate>Tue, 06 Dec 2022 00:00:00 +0000</pubDate><guid>https://notes.freaks.dev/selfhost/ipxe_container/</guid><description>You must setup Podman first.
Steps create ipxe directory in $HOME/podman mkdir -p ~/podman/ipxe &amp;amp;&amp;amp; cd ~/podman/ipxe copy from compose.yml nano compose.yml create necessary directories mkdir -p www/html/{clonezilla,gparted} download necessary files curl -Lo www/html/clonezilla/filesystem.squashfs download.freaks.dev/ipxe/clonezilla/filesystem.squashfs curl -Lo www/html/clonezilla/vmlinuz download.freaks.dev/ipxe/clonezilla/vmlinuz curl -Lo www/html/clonezilla/initrd.img download.freaks.dev/ipxe/clonezilla/initrd.img curl -Lo www/html/gparted/filesystem.squashfs download.freaks.dev/ipxe/gparted/filesystem.squashfs curl -Lo www/html/gparted/vmlinuz download.freaks.dev/ipxe/gparted/vmlinuz curl -Lo www/html/gparted/initrd.img download.freaks.dev/ipxe/gparted/initrd.img copy from lighttpd.conf nano www/lighttpd.conf copy from custom.ipxe nano www/html/custom.ipxe start ipxe podman-compose -f ~/podman/ipxe/compose.</description></item></channel></rss>