Copy dispvm-dotfiles.tbz to /etc of the TemplateVM

This is later used by the TemplateDispVM prerun script to initialize the /home/user for faster
applications startups.
This commit is contained in:
Joanna Rutkowska 2010-07-27 13:57:31 +02:00
parent e9433ba393
commit 0dca088f6a
2 changed files with 2 additions and 0 deletions

BIN
dispvm-dotfiles.tbz Normal file

Binary file not shown.

View File

@ -51,6 +51,8 @@ echo "--> Createing the Apps Menu templates..."
echo "--> Installing 3rd party apps" echo "--> Installing 3rd party apps"
./add_3rd_party_software.sh ./add_3rd_party_software.sh
echo "--> Copying DispVM dotfiles dir..."
cp dispvm-dotfiles.tbz mnt/etc/
echo "--> Unmounting $IMG" echo "--> Unmounting $IMG"
umount mnt umount mnt