Changeset 47fddc8 for HLFS/config


Ignore:
Timestamp:
08/12/2006 07:59:11 PM (18 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
experimental
Children:
3fa20d4
Parents:
54f4782
Message:

Change bool parameter definitions from 0/1 to y/n to match the new menu app

File:
1 edited

Legend:

Unmodified
Added
Removed
  • HLFS/config

    r54f4782 r47fddc8  
    1010MODEL=glibc
    1111
    12 #--- The host system has grsecurity options enabled? 0(no)/1(yes)
    13 GRSECURITY_HOST=0
     12#--- The host system has grsecurity options enabled? n0(no)/y(yes)
     13GRSECURITY_HOST=n
    1414
    1515#--- Unprivileged user and group name
     
    2525
    2626# Get the kernel package and patches even if no configutation file
    27 # has been supplied? 0(no)/1(yes)
    28 GETKERNEL=0
     27# has been supplied? n(no)/y(yes)
     28GETKERNEL=n
    2929
    3030#--- Book's sources directory
Note: See TracChangeset for help on using the changeset viewer.