Changeset 9485eba for CLFS/config


Ignore:
Timestamp:
08/04/2006 08:06:15 PM (18 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
experimental
Children:
3ba96f2
Parents:
725ae5a
Message:

Implement suggestion made byDan Nicholson for configurable user/group. Required many changes and allowed for the removal of user specific function calls. Tnx Dan

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CLFS/config

    r725ae5a r9485eba  
    66#
    77#####
     8
     9#--- Unprivileged user and group name
     10LUSER=clfs
     11LGROUP=clfs
    812
    913#--- Which target architecture you want to build for,
     
    3842#    NOTE: not all combinations are 'bootable' yet.
    3943METHOD=chroot
     44
     45#--- Unprivileged user and group name
     46LUSER=clfs
     47LGROUP=clfs
    4048
    4149#--- Location of fstab file (if empty, a template is created)
Note: See TracChangeset for help on using the changeset viewer.