summarylogtreecommitdiffstats
path: root/wimboot-git.install
blob: 0db714ca287a1adc233fc0c9969495f817595c97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
	cat << EOF
wimboot needs to be loaded as kernel via iPXE
network boot program. iPXE will download and map
additional boot.wim dependencies (bootmgr,
bootmgr.efi, boot/bcd, and boot/boot.sdi) on
memory.

For more information, visit
https://ipxe.org/wimboot

EOF
}