From 725ae5a4697cf2c0a38b7d5fcc554692e13f6a28 Mon Sep 17 00:00:00 2001 From: George Boudreau Date: Tue, 1 Aug 2006 20:05:42 +0000 Subject: [PATCH] Touch up work to Config.in --- Config.in | 30 +++++++++++++++++++++++------- HLFS/master.sh | 2 +- 2 files changed, 24 insertions(+), 8 deletions(-) diff --git a/Config.in b/Config.in index e64f4d8..45dca69 100644 --- a/Config.in +++ b/Config.in @@ -12,6 +12,8 @@ mainmenu "JHALFS Build Script Configuration" bool "clfs" config BOOK_CLFS2 bool "clfs2" +# config BOOK_CLFS3 +# bool "clfs3 (Embedded LFS)" config BOOK_HLFS bool "hlfs" config BOOK_BLFS @@ -37,7 +39,7 @@ mainmenu "JHALFS Build Script Configuration" config WORKING_COPY bool "Working Copy" config BRANCH - bool "Branch" if !BOOK_HLFS && !BOOK_CLFS2 + bool "Branch" if !BOOK_HLFS && !BOOK_CLFS2 && !BOOK_BLFS endchoice config BRANCH_ID @@ -195,7 +197,7 @@ depends on BOOK_CLFS || BOOK_CLFS2 config BOOT_CONFIG string "BOOT kernel config file (mandatory)" - default "" + default "***EDIT ME***" depends on BUILD_BOOT help #--- If METHOD=boot, location of boot-kernel config file @@ -215,9 +217,9 @@ depends on BOOK_CLFS || BOOK_CLFS2 === Note about CLFS === If building the SVN or 1.0.0rc3 version using the boot method and - compiling the keymap into the kernel, you MUST to edit the "loadkeys" - command found in $JHALFSDIR/clfs-commands/boot/066-kernel to set the - full path in your host to the keymap file. + compiling the keymap into the kernel, you MUST manually edit the + "loadkeys" command found in $JHALFSDIR/clfs-commands/boot/066-kernel + to set the full path in your host to the keymap file. comment "----------------------------------------" depends on BOOK_CLFS || BOOK_CLFS2 @@ -299,6 +301,7 @@ depends on BOOK_HLFS help Clean the build directory before performing any other task. The directory is cleaned only if it was populated by a previous JHALFS run. + NOTE::You must be 'root' for this function to work config CONFIG_STRIP bool "Strip Installed Binaries/Libraries" @@ -424,7 +427,7 @@ depends on BOOK_HLFS config TIMEZONE string "TimeZone" - default "America/New_York" + default "America/Toronto" help This will be copied to /etc/localtime @@ -498,7 +501,20 @@ depends on BOOK_HLFS # (e.g., i386/qwerty/us.map.gz) or "none" if you do not want # a keymap included in the kernel - + config CONFIG_BLFS_CMDS + bool "Add BLFS packages to current build" + default n + depends !BOOK_HLFS && XXX + help + #--- Select this option if you wish to install any BLFS packages + # as part of your {c,h}lfs build. + # Any needed packages will be downloaded to the /sources dir + config BLFS_CMDLINE + string "BLFS packages" + default "none" + depends CONFIG_BLFS_CMDS + + # convert CONFIG_XXXX n/y to XXXX 0/1 config COMPARE diff --git a/HLFS/master.sh b/HLFS/master.sh index 4ff4b88..548cadf 100755 --- a/HLFS/master.sh +++ b/HLFS/master.sh @@ -369,7 +369,7 @@ chapter6_Makefiles() { # sysroot or chroot build phase case $name in glibc ) [[ "$TEST" != "0" ]] && wrt_test_log2 "${this_script}" ;; - * ) [[ "$TEST" = "2" ]] && wrt_test_log2 "${this_script}" + * ) [[ "$TEST" = "2" ]] && [[ "$TEST" = "3" ]] && wrt_test_log2 "${this_script}" ;; esac # If using optimizations, write the instructions