experimental
Last change
on this file since 711f160 was 47fddc8, checked in by George Boudreau <georgeb@…>, 18 years ago |
Change bool parameter definitions from 0/1 to y/n to match the new menu app
|
-
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
|
---|
10 | LUSER=lfs
|
---|
11 | LGROUP=lfs
|
---|
12 |
|
---|
13 | #--- Location of fstab file (if empty, a template is created)
|
---|
14 | FSTAB=
|
---|
15 |
|
---|
16 | #--- Fully qualified path to a kernel config file
|
---|
17 | # If no config file is specified the kernel is NOT compiled
|
---|
18 | CONFIG=
|
---|
19 |
|
---|
20 | # Get the kernel package and patches even if no configuration file
|
---|
21 | # has been supplied? n(no)/y(yes)
|
---|
22 | GETKERNEL=n
|
---|
23 |
|
---|
24 | #--- Book's sources directory
|
---|
25 | # If you have previously checked out the book from the repository
|
---|
26 | BOOK=
|
---|
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
|
---|
32 | FILES=""
|
---|
33 |
|
---|
34 | #--- Default stylesheet
|
---|
35 | XSL=lfs.xsl
|
---|
36 |
|
---|
37 | #--- Book version
|
---|
38 | LFSVRS=development
|
---|
39 | TREE=trunk/BOOK
|
---|
40 |
|
---|
41 | #--- Name of the makefile
|
---|
42 | MKFILE=$JHALFSDIR/Makefile
|
---|
Note:
See
TracBrowser
for help on using the repository browser.