Subversion Repositories livecd

Rev

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

Rev 130 Rev 156
Line 128... Line 128...
128
      create_module $ROOT/$dir $CDDATA/base/$dir.mo -keep-as-directory
128
      create_module $ROOT/$dir $CDDATA/base/$dir.mo -keep-as-directory
129
      if [ $? -ne 0 ]; then exit; fi
129
      if [ $? -ne 0 ]; then exit; fi
130
    fi
130
    fi
131
done
131
done
132
 
132
 
-
 
133
# set correct mode for .mo
-
 
134
chmod 644 $CDDATA/base/*.mo
-
 
135
 
133
# remove any .svn folders from the CD
136
# remove any .svn folders from the CD
134
find $CDDATA -type d -name .svn -exec rm -f {} \;
137
find $CDDATA -type d -name .svn -exec rm -f {} \;
135
 
138
 
136
echo "creating LiveCD ISO image..."
139
echo "creating LiveCD ISO image..."
137
cd $CDDATA
140
cd $CDDATA