Author: shadzik Date: Sun Aug 8 12:54:38 2010 New Revision: 11766 Modified: livecd/mklive/mklive Log: - better bootsplash test
Modified: livecd/mklive/mklive ============================================================================== --- livecd/mklive/mklive (original) +++ livecd/mklive/mklive Sun Aug 8 12:54:38 2010 @@ -193,18 +193,13 @@ kernel_rel=$(get_src_kernel_rel $1) [ $? -ne 0 ] && die "Kernel release not found: "$kernel_rel -echo "::: mkLive :::" -echo "found kernel: $kernel_rel" -echo "compression method: $compr" -echo "initrd temporary dir: $tmp_initrd" -echo "iso temporary dir: $tmp_iso_root" -echo "templates directory: $mkroot/$templatesDir" -echo "" # is templates exists [ ! -d $mkroot/$templatesDir ] && die "templates dir: $mkroot/$templatesDir does not exist." # does bootsplash configuration exist -[ ! -f $bootsplash ] && die "bootsplash configuratios: $bootsplash does not exist." +if [ $bootsplash_arg -eq 1 ]; then + [ ! -f $bootsplash ] && die "bootsplash configuration: $bootsplash does not exist." +fi # is destination exists if [ -a $dst_iso ] then _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
