default empty rootcopy folder

This commit is contained in:
Tomas M
2012-10-20 22:41:26 -05:00
parent d10983c0ac
commit 2845077d79
+5
View File
@@ -45,6 +45,11 @@ else
done
fi
# copy rootcopy folder
if [ -d rootcopy ]; then
cp -a rootcopy $LIVEKITDATA/$LIVEKITNAME/
fi
# create ISO for CD image
echo "Creating ISO file for CD boot..."