Removed extra "$" on $pkgdir
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4219 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
3db1caabc9
commit
66ff6fd177
@ -626,7 +626,7 @@ sub mkinstall
|
||||
(
|
||||
-r "$pkgdir/images/pxeboot/vmlinuz"
|
||||
and $kernpath = "$pkgdir/images/pxeboot/vmlinuz"
|
||||
and -r "$$pkgdir/images/pxeboot/initrd.img"
|
||||
and -r "$pkgdir/images/pxeboot/initrd.img"
|
||||
and $initrdpath = "$pkgdir/images/pxeboot/initrd.img"
|
||||
) or ( #Handle the case seen in VMWare 4.0 ESX media
|
||||
#In VMWare 4.0 they dropped the pxe-optimized initrd
|
||||
|
Loading…
Reference in New Issue
Block a user