comparison root-filesystem.sh @ 1135:2b7100b7de0c

Remember to make the root-filesystem tarball.
author Rob Landley <rob@landley.net>
date Tue, 22 Jun 2010 00:58:59 -0500
parents e5f9681a8b3c
children 78e786334c5b
comparison
equal deleted inserted replaced
1134:7bd052346d86 1135:2b7100b7de0c
24 # do bad things to busybox). 24 # do bad things to busybox).
25 25
26 [ -z "$ROOT_NODIRS" ] && USRDIR="/usr" || USRDIR="" 26 [ -z "$ROOT_NODIRS" ] && USRDIR="/usr" || USRDIR=""
27 yes 'n' | cp -ia "$BUILD/native-compiler-$ARCH/." \ 27 yes 'n' | cp -ia "$BUILD/native-compiler-$ARCH/." \
28 "$BUILD/root-filesystem-$ARCH$USRDIR" 2>/dev/null || dienow 28 "$BUILD/root-filesystem-$ARCH$USRDIR" 2>/dev/null || dienow
29
30 create_stage_tarball