pxe-network-installer: fix a typo in pkg_postinst
Fix a typo in pkg_postinst for the package name, or the post script will never be generated. Story: 2008204 Task: 40988 Change-Id: I201ae7ebc4fd6541fc91ce3b3c0dcf68e7640f92 Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
This commit is contained in:
parent
d98ee30c53
commit
a7a8f336f6
@ -73,7 +73,7 @@ do_install() {
|
||||
ln -fs pxelinux.cfg/grub.cfg ${D}/pxeboot/grub.cfg
|
||||
}
|
||||
|
||||
pkg_postinst_pxe-network_installer() {
|
||||
pkg_postinst_pxe-network-installer() {
|
||||
install -m 0644 $D${datadir}/syslinux/menu.c32 $D/pxeboot
|
||||
install -m 0644 $D${datadir}/syslinux/vesamenu.c32 $D/pxeboot
|
||||
install -m 0644 $D${datadir}/syslinux/chain.c32 $D/pxeboot
|
||||
|
Loading…
Reference in New Issue
Block a user