default empty rootcopy folder

pull/5/head
Tomas M 2012-10-20 22:41:26 -05:00
parent d10983c0ac
commit 2845077d79
1 changed files with 5 additions and 0 deletions

5
build
View File

@ -45,6 +45,11 @@ else
done done
fi fi
# copy rootcopy folder
if [ -d rootcopy ]; then
cp -a rootcopy $LIVEKITDATA/$LIVEKITNAME/
fi
# create ISO for CD image # create ISO for CD image
echo "Creating ISO file for CD boot..." echo "Creating ISO file for CD boot..."