View Single Post
Old 12-30-2011, 12:39 PM   #46
MatzeMatz
Enthusiast
MatzeMatz began at the beginning.
 
Posts: 27
Karma: 10
Join Date: Dec 2011
Device: Kindle Touch
Youre prepared file for me worked (as I already said here).
Really nice

But I also don't understand why it works.
When I look in /etc/upstart/userstore, the relevant lines for extracting the data.tar.gz file are:
Code:
cd ${MNTUS_MP}
tar xvzf data.tar.gz
And as long as I remember your have to give tar the "P" flag also for extraction to extract with absolute paths.
And the flag is not present on the above two lines (and therefore it should unpack the data.tar.gz relative to /mnt/us)???

Where is my error in reasoning?
MatzeMatz is offline   Reply With Quote