minor fix for genimage for sles

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2226 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
linggao 2008-09-24 14:18:21 +00:00
parent e25a09e4ba
commit f6c686bd1a

View File

@ -111,7 +111,7 @@ unless ($onlyinitrd) {
#this is for extra packages
my $srcdir_otherpkgs = "$installroot/post/otherpkgs/$osver/$arch/1";
my $srcdir_otherpkgs = "$installroot/post/otherpkgs/$osver/$arch";
my $pkgnames=get_extra_package_names();