source:
LFS/config@
f2a45d9
Last change on this file since f2a45d9 was 47fddc8, checked in by , 18 years ago | |
---|---|
|
|
File size: 819 bytes |
Rev | Line | |
---|---|---|
[0170229] | 1 | ##### |
2 | # | |
3 | # Configuration file for the LFS module | |
4 | # | |
[a46ada0] | 5 | # $Id$ |
6 | # | |
[0170229] | 7 | ##### |
8 | ||
[9485eba] | 9 | #--- Unprivileged user and group name |
10 | LUSER=lfs | |
11 | LGROUP=lfs | |
12 | ||
[0170229] | 13 | #--- Location of fstab file (if empty, a template is created) |
[12a5707] | 14 | FSTAB= |
[0170229] | 15 | |
[916a8e9] | 16 | #--- Fully qualified path to a kernel config file |
[3b63c8c] | 17 | # If no config file is specified the kernel is NOT compiled |
[12a5707] | 18 | CONFIG= |
[0170229] | 19 | |
[3b63c8c] | 20 | # Get the kernel package and patches even if no configuration file |
[47fddc8] | 21 | # has been supplied? n(no)/y(yes) |
22 | GETKERNEL=n | |
[34933b4] | 23 | |
[0170229] | 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 | ||
[916a8e9] | 31 | #--- Extra files that need be copied to $JHALFSDIR |
[0170229] | 32 | FILES="" |
33 | ||
34 | #--- Default stylesheet | |
[12a5707] | 35 | XSL=lfs.xsl |
[0170229] | 36 | |
37 | #--- Book version | |
38 | LFSVRS=development | |
[3b63c8c] | 39 | TREE=trunk/BOOK |
[0170229] | 40 | |
41 | #--- Name of the makefile | |
[a6b81cd] | 42 | MKFILE=$JHALFSDIR/Makefile |
Note:
See TracBrowser
for help on using the repository browser.