28801d8d42
Resolves: rhbz#1184021 --make-pxe-live target generate live squashfs and initrd for pxe boot. Also generates pxe config template. --make-ostree-live is used for installations of Atomic Host. Additionally to --make-pxe-live it ensures using deployment root instead of physical root of installed disk image where needed. Atomic installation needs to be virt installation with /boot on separate partition (the only way supported by Anaconda currently). Content of boot partition is added to live root fs so that ostree can find deployment by boot configuration.
4 lines
157 B
Cheetah
4 lines
157 B
Cheetah
# PXE configuration template generated by livemedia-creator
|
|
kernel <PXE_DIR>${kernel}
|
|
append initrd=<PXE_DIR>${initrd} root=live:<URL>/${liveimg} ${addargs}
|