source: LFS/config@ daa9b6c

2.3 2.3.x 2.4 ablfs ablfs-more legacy new_features trunk
Last change on this file since daa9b6c was 6ad5a2f, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago

Ported LUSER code and last CLFS2 fix from experimental.

  • Property mode set to 100644
File size: 819 bytes
Line 
1#####
2#
3# Configuration file for the LFS module
4#
5# $Id$
6#
7#####
8
9#--- Unprivileged user and group name
10LUSER=lfs
11LGROUP=lfs
12
13#--- Location of fstab file (if empty, a template is created)
14FSTAB=
15
16#--- Fully qualified path to a kernel config file
17# If no config file is specified the kernel is NOT compiled
18CONFIG=
19
20# Get the kernel package and patches even if no configuration file
21# has been supplied? 0(no)/1(yes)
22GETKERNEL=0
23
24#--- Book's sources directory
25# If you have previously checked out the book from the repository
26BOOK=
27
28#==== INTERNAL VARIABLES ====
29# Don't edit it unless you know what you are doing
30
31#--- Extra files that need be copied to $JHALFSDIR
32FILES=""
33
34#--- Default stylesheet
35XSL=lfs.xsl
36
37#--- Book version
38LFSVRS=development
39TREE=trunk/BOOK
40
41#--- Name of the makefile
42MKFILE=$JHALFSDIR/Makefile
Note: See TracBrowser for help on using the repository browser.