source: CLFS2/config@ 9485eba

experimental
Last change on this file since 9485eba was 9485eba, checked in by George Boudreau <georgeb@…>, 18 years ago

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

  • Property mode set to 100644
File size: 1.3 KB
Line 
1#####
2#
3# Configuration file for the CLFS module
4#
5# $Id$
6#
7#####
8#--- Unprivileged user and group name
9LUSER=clfs
10LGROUP=clfs
11
12
13#--- Which target architecture you want to build for,
14# used to select proper book and set TARGETS
15#--------------------------------
16TARGET=
17TARGET32=
18# >>>> 32-32 BUILD <<<<
19 ARCH=x86 ; TARGET="i486-pc-linux-gnu"
20# ARCH=x86 ; TARGET="i586-pc-linux-gnu"
21# ARCH=x86 ; TARGET="i686-pc-linux-gnu"
22# ARCH=arm ; TARGET="arm-unknown-linux-gnu"
23#--------------------------------
24# >>>> 64-64 BUILD <<<<
25#--------------------------------
26# >>>> MULTILIB 32/64 <<<<
27
28#--- Unprivileged user and group name
29LUSER=clfs
30LGROUP=clfs
31
32#--- Location of fstab file (if empty, a template is created)
33FSTAB=
34
35#--- Fully qualified path to a kernel config file
36# If no config file is specified the kernel is NOT compiled
37CONFIG=
38
39# Get the kernel package and patches even if no configutation file
40# has been supplied? 0(no)/1(yes)
41GETKERNEL=0
42
43#--- Book's sources directory
44# If you have previously checked out the book from the repository
45BOOK=
46
47#==== INTERNAL VARIABLES ====
48# Don't edit it unless you know what you are doing
49
50#--- Extra files that need be copied to $JHALFSDIR
51FILES=""
52
53#--- Default stylesheet
54XSL=clfs2.xsl
55
56#--- Book version
57LFSVRS=development
58TREE=branches/clfs-2.0/BOOK
59
60#--- Name of the makefile
61MKFILE=$JHALFSDIR/Makefile
62
Note: See TracBrowser for help on using the repository browser.