Changeset 8bea2c8 for CLFS


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
  • CLFS/master.sh

    r03a18bf r8bea2c8  
    11471147SU_LUSER     = su - \$(LUSER) -c
    11481148LUSER_HOME   = /home/\$(LUSER)
    1149 PRT_DU       = echo -e "\nKB: \`du -skx --exclude=jhalfs \$(MOUNT_PT)\`\n"
    1150 PRT_DU_CR    = echo -e "\nKB: \`du -skx --exclude=\$(SCRIPT_ROOT) / \`\n"
     1149PRT_DU       = echo -e "\nKB: \`du -skx --exclude=jhalfs --exclude=lost+found \$(MOUNT_PT)\`\n"
     1150PRT_DU_CR    = echo -e "\nKB: \`du -skx --exclude=\$(SCRIPT_ROOT) --exclude=lost+found / \`\n"
    11511151
    11521152export PATH := \${PATH}:/usr/sbin
Note: See TracChangeset for help on using the changeset viewer.