Hi,

I rebuild CentOS iso target with a customized directory named "Test" in directory "isolinux/" .

In the old CentOS 6.x version,

i do copy like following command in kickstart is ok:

%post --nochroot 
cp -af /mnt/source/Test /mnt/sysimage/
%end

but in CentOS 7.0,

the same command is failed :(

something what i did is wrong ?

Thanks,

- Jojo