From 66ff6fd17760d9f97b4ae68cae6298c24876424c Mon Sep 17 00:00:00 2001 From: andywray Date: Thu, 24 Sep 2009 20:13:33 +0000 Subject: [PATCH] Removed extra "$" on $pkgdir git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4219 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/anaconda.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/anaconda.pm b/xCAT-server/lib/xcat/plugins/anaconda.pm index aaf02a1ce..6c81c3990 100644 --- a/xCAT-server/lib/xcat/plugins/anaconda.pm +++ b/xCAT-server/lib/xcat/plugins/anaconda.pm @@ -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