Changeset 725ae5a


Ignore:
Timestamp:
08/01/2006 08:05:42 PM (18 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
experimental
Children:
9485eba
Parents:
982ae7c
Message:

Touch up work to Config.in

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Config.in

    r982ae7c r725ae5a  
    1313                config  BOOK_CLFS2
    1414                        bool "clfs2"
     15#               config  BOOK_CLFS3
     16#                       bool "clfs3 (Embedded LFS)"
    1517                config  BOOK_HLFS
    1618                        bool "hlfs"
     
    3840                        bool    "Working Copy"
    3941                config  BRANCH
    40                         bool    "Branch"        if !BOOK_HLFS && !BOOK_CLFS2
     42                        bool    "Branch"        if !BOOK_HLFS && !BOOK_CLFS2 && !BOOK_BLFS
    4143        endchoice
    4244
     
    196198        config  BOOT_CONFIG
    197199                string  "BOOT kernel config file (mandatory)"
    198                 default ""
     200                default "***EDIT ME***"
    199201                depends on BUILD_BOOT
    200202                help
     
    216218                        === Note about CLFS ===
    217219                        If building the SVN or 1.0.0rc3 version using the boot method and
    218                         compiling the keymap into the kernel, you MUST to edit the "loadkeys"
    219                         command found in $JHALFSDIR/clfs-commands/boot/066-kernel to set the
    220                         full path in your host to the keymap file.
     220                        compiling the keymap into the kernel, you MUST manually edit the
     221                        "loadkeys" command found in $JHALFSDIR/clfs-commands/boot/066-kernel
     222                        to set the full path in your host to the keymap file.
    221223
    222224comment "----------------------------------------"
     
    300302                        Clean the build directory before performing any other task. The directory
    301303                        is cleaned only if it was populated by a previous JHALFS run.
     304                        NOTE::You must be 'root' for this function to work
    302305
    303306        config  CONFIG_STRIP
     
    425428        config  TIMEZONE
    426429                string "TimeZone"
    427                 default "America/New_York"
     430                default "America/Toronto"
    428431                help
    429432                        This will be copied to /etc/localtime
     
    499502                        #    a keymap included in the kernel
    500503
    501 
     504        config  CONFIG_BLFS_CMDS
     505                bool    "Add BLFS packages to current build"
     506                default n
     507                depends !BOOK_HLFS && XXX
     508                help
     509                        #--- Select this option if you wish to install any BLFS packages
     510                        #    as part of your {c,h}lfs build.
     511                        #    Any needed packages will be downloaded to the /sources dir
     512        config  BLFS_CMDLINE
     513                string  "BLFS packages"
     514                default "none"
     515                depends CONFIG_BLFS_CMDS
     516               
     517               
    502518# convert CONFIG_XXXX n/y to XXXX 0/1
    503519
  • HLFS/master.sh

    r982ae7c r725ae5a  
    370370        glibc ) [[ "$TEST" != "0" ]] && wrt_test_log2 "${this_script}"
    371371          ;;
    372             * ) [[ "$TEST"  = "2" ]] && wrt_test_log2 "${this_script}"
     372            * ) [[ "$TEST"  = "2" ]] && [[ "$TEST"  = "3" ]] && wrt_test_log2 "${this_script}"
    373373          ;;
    374374      esac
Note: See TracChangeset for help on using the changeset viewer.