Changeset 3428
- Timestamp:
- 07/29/07 06:04:36 (1 year ago)
- Files:
-
- jhalfs/branches/2.3.x/CLFS/master.sh (modified) (1 diff)
- jhalfs/branches/2.3.x/jhalfs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
jhalfs/branches/2.3.x/CLFS/master.sh
r3364 r3428 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/branches/2.3.x/jhalfs
r3422 r3428 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
