Changeset 8bea2c8 for CLFS2


Ignore:
Timestamp:
11/01/2006 03:41:52 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
781acdc
Parents:
03a18bf
Message:

Fixed du bug related to lost+found permissions.
Using PRT_DU and PRT_DU_CHR in all places.
Using logs/$@ in all places.
Fixed du meassurament in LFS build for changingowner and kernfs scripts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CLFS2/master.sh

    r03a18bf r8bea2c8  
    451451
    452452SU_LUSER   = su - \$(LUSER) -c
    453 PRT_DU     = echo -e "\nKB: \`du -skx --exclude=jhalfs \$(MOUNT_PT)\`\n"
     453PRT_DU     = echo -e "\nKB: \`du -skx --exclude=jhalfs --exclude=lost+found \$(MOUNT_PT)\`\n"
    454454LUSER_HOME = /home/\$(LUSER)
    455455
Note: See TracChangeset for help on using the changeset viewer.