Changeset adc85de


Ignore:
Timestamp:
11/01/2013 02:25:30 PM (11 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs
Children:
df41521
Parents:
1991326
Message:

merging trunk r3743 r3744

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • LFS/master.sh

    r1991326 radc85de  
    480480mk_LUSER: mk_SETUP
    481481        @\$(call echo_SULUSER_request)
    482         @( sudo \$(SU_LUSER) "source .bashrc && cd \$(MOUNT_PT)/\$(SCRIPT_ROOT) && make BREAKPOINT=\$(BREAKPOINT) LUSER" )
     482        @( \$(SU_LUSER) "make -C \$(MOUNT_PT)/\$(SCRIPT_ROOT) BREAKPOINT=\$(BREAKPOINT) LUSER" )
    483483        @sudo make restore-luser-env
    484484        @touch \$@
  • README

    r1991326 radc85de  
    6868     Makefile, optionally download packages.
    6969
    70      ::NEWS::
     70     IMPORTANT::
    7171         You must be logged as a normal user with sudo privileges to run
    72          the Makefile.
     72         the Makefile. Furthermore, you are supposed to have enough privilege
     73         to become any user. If you are not bothered about security issues,
     74         the entry for the user "jhalfs_user" in /etc/sudoers could be
     75         jhalfs_user ALL=(ALL) NOPASSWD:ALL
    7376
    7477     NOTE::
  • common/libs/func_wrt_Makefile

    r1991326 radc85de  
    3737crFILELOGDIR   = /\$(SCRIPT_ROOT)/$FILELOGDIRBASE
    3838
    39 SU_LUSER       = su - \$(LUSER) -c
     39SU_LUSER       = sudo -u \$(LUSER) -i sh -c
    4040LUSER_HOME     = \$(LHOME)/\$(LUSER)
    4141PRT_DU         = echo -e "\nKB: \`du -skx --exclude=\$(SCRIPT_ROOT) --exclude=lost+found \$(MOUNT_PT) \`\n"
Note: See TracChangeset for help on using the changeset viewer.