Changeset 3f90849 for CLFS/master.sh


Ignore:
Timestamp:
09/16/2006 05:58:54 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
3d55f0e
Parents:
83c3752
Message:

In the boot method there is also some housekeeping needed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CLFS/master.sh

    r83c3752 r3f90849  
    12721272all:    ck_UID mk_SETUP mk_CROSS mk_SUDO
    12731273        @sudo make restore-luser-env
     1274        @sudo make do-housekeeping
    12741275        @\$(call echo_boot_finished,$VERSION)
    12751276
     
    13191320SUDO:       $orphan_scripts
    13201321AS_ROOT:    $testsuitetools $basicsystem $bootscripttools $bootabletools
     1322
     1323do-housekeeping:
     1324        @-rm /tools /cross-tools
     1325        @-if [ ! -f luser-exist ]; then \\
     1326                userdel \$(LUSER); \\
     1327                rm -rf /home/\$(LUSER); \\
     1328        fi;
    13211329
    13221330EOF
Note: See TracChangeset for help on using the changeset viewer.