Line 51:
Line 51:
Populate isolinux dir:
Populate isolinux dir:
rsync -arv /mirrors/centos/7/os/x86_64/isolinux/* /build/smeserver/stage/$VERSION/x86_64/isolinux/
rsync -arv /mirrors/centos/7/os/x86_64/isolinux/* /build/smeserver/stage/$VERSION/x86_64/isolinux/
−
+
could also be from previous iso
−
now if you have not updated files for isolinux in smeserver/cdrom.image/sme10/isolinux in cvs it is time, and also to refresh the local copy
+
rsync -arv /build/smeserver/stage/$VERPREV/x86_64/isolinux/* /build/smeserver/stage/$VERSION/x86_64/isolinux/
−
pushd ~/smeserver/cdrom.image/sme10/
−
cvs update
−
popd
−
rsync -arv ~/smeserver/cdrom.image/sme10/isolinux/* /build/smeserver/stage/$VERSION/x86_64/isolinux/ --exclude=CVS
Populate EFI
Populate EFI
rsync -arv /mirrors/centos/7/os/x86_64/EFI /build/smeserver/stage/$VERSION/x86_64/
rsync -arv /mirrors/centos/7/os/x86_64/EFI /build/smeserver/stage/$VERSION/x86_64/
−
rsync -arv ~/smeserver/cdrom.image/sme10/EFI/* /build/smeserver/stage/$VERSION/x86_64/EFI/ --exclude=CVS
+
could also be from previous iso
−
+
rsync -arv /build/smeserver/stage/$VERPREV/x86_64/EFI /build/smeserver/stage/$VERSION/x86_64/
−
populate netinstall
−
rsync -arv ~/smeserver/cdrom.image/sme10/netinstall /build/smeserver/stage/$VERSION/x86_64/ --exclude=CVS
−
populate Packages/base
−
rsync -arv ~/smeserver/cdrom.image/sme10/Packages/base /build/smeserver/stage/$VERSION/x86_64/Packages/base --exclude=CVS
====Create cdrom content====
====Create cdrom content====