Changeset 3429
- Timestamp:
- 07/29/07 06:06:35 (1 year ago)
- Files:
-
- jhalfs/tags/2.3/CLFS/master.sh (modified) (1 diff)
- jhalfs/tags/2.3/jhalfs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
jhalfs/tags/2.3/CLFS/master.sh
r3364 r3429 294 294 # A little housekeeping on the scripts 295 295 case $this_script in 296 *grub | *aboot | *colo | *silo | *arcload | *lilo ) continue;;296 *grub | *aboot | *colo | *silo | *arcload | *lilo | *introduction ) continue ;; 297 297 *whatnext*) continue ;; 298 298 *fstab) [[ ! -z ${FSTAB} ]] && cp ${FSTAB} $BUILDDIR/sources/fstab ;; jhalfs/tags/2.3/jhalfs
r3425 r3429 398 398 cp -r menu ${BUILDDIR}${BLFS_ROOT} 399 399 cp $COMMON_DIR/progress_bar.sh ${BUILDDIR}${BLFS_ROOT} 400 chmod 777 ${BUILDDIR}${BLFS_ROOT}/progress_bar.sh401 400 cp README.BLFS ${BUILDDIR}${BLFS_ROOT} 402 401 # Clean-up
