Subversion Repositories livecd

Rev

Rev 70 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 70 Rev 101
Line 113... Line 113...
113
done
113
done
114
 
114
 
115
echo "creating compressed images..."
115
echo "creating compressed images..."
116
 
116
 
117
# home not longer in the list, will be created on the fly
117
# home not longer in the list, will be created on the fly
118
# opt -> /usr/opt
-
 
119
#
118
#
120
if [ "$ARCH" = "x86_64" ]; then
119
if [ "$ARCH" = "x86_64" ]; then
121
    dirs="bin etc lib lib64 root usr sbin var"
120
    dirs="bin etc lib lib64 root usr sbin var opt"
122
else
121
else
123
    dirs="bin etc lib root usr sbin var"
122
    dirs="bin etc lib root usr sbin var opt"
124
fi
123
fi
125
 
124
 
126
for dir in $dirs; do
125
for dir in $dirs; do
127
    if [ -d $ROOT/$dir ]; then
126
    if [ -d $ROOT/$dir ]; then
128
      echo "base/$dir.mo"
127
      echo "base/$dir.mo"