View Single Post
Old 10-15-2012, 08:28 PM   #178
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299993
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
no I figured it out.

It's not copying

Quote:
# First take care of var/local
if ! mount -t ext3 -o rw $local /var/local; then
f_log I filesystems createvarlocal "Creating /var/local filesystem"
mkfs.ext3 -F -L LocalVars $local
tune2fs -c 0 -i 0 $local # disable fsck
rm -rf /var/local/*
mount -t ext3 -o rw $local /var/local
cp -arf /opt/var/local/. /var/local/.
fi
mkdir -p /var
err. hmm. thinking. I'll check the JB.
twobob is offline   Reply With Quote