source: Config.in@ bc64795

ablfs-more trunk
Last change on this file since bc64795 was bc64795, checked in by Pierre Labastie <pierre.labastie@…>, 12 months ago

Remove a spurious menu in Config.in

  • Property mode set to 100644
File size: 29.6 KB
Line 
1menu "BOOK Settings"
2
3 #--- BOOK/script
4 choice
5 prompt "Use BOOK"
6 default BOOK_LFS
7 help
8 Select the book where build instructions are retrieved.
9
10 config BOOK_LFS
11 bool "Linux From Scratch System V"
12 help
13 Set up the tools to build LFS with SysV init.
14
15 config BOOK_LFS_SYSD
16 bool "Linux From Scratch systemd"
17 help
18 Set up the tools to build LFS with systemd init.
19
20 config BOOK_BLFS
21 bool "Beyond Linux From Scratch (see help)"
22 help
23 if the LFS system has already been built, install the tools
24 to build BLFS packages.
25 endchoice
26
27 choice
28 depends on BOOK_BLFS
29 prompt "Init system"
30
31 config BLFS_SYSV
32 bool "BLFS SysV"
33 help
34 Extract the SysV flavour of the BLFS book
35
36 config BLFS_SYSD
37 bool "BLFS systemd"
38 help
39 Extract the systemd flavour of the BLFS book
40
41 endchoice
42
43 config INITSYS
44 string
45 default "sysv" if BOOK_LFS || BLFS_SYSV
46 default "systemd" if BOOK_LFS_SYSD || BLFS_SYSD
47
48 config RUN_ME
49 string
50 default "./jhalfs run" if BOOK_LFS || BOOK_LFS_SYSD
51 default "./install-blfs-tools.sh auto" if BOOK_BLFS
52 #--- End BOOK/script
53
54 #--- Book version
55 choice
56 prompt "Book version"
57 default BRANCH
58
59 config BRANCH
60 bool "Branch (default to trunk) or any commit"
61 help
62 Use an LFS book downloaded from the git repository, and
63 checked out at any commit (branch/tag/sha)
64
65 config WORKING_COPY
66 bool "Working Copy"
67 help
68 Use a local working copy of the LFS book
69 endchoice
70
71 config COMMIT
72 string "Branch, tag, or any commit"
73 default "trunk"
74 depends on BRANCH
75 help
76 Enter a branch, a tag, or an abbreviated commit sha.
77 The tool will clone the LFS repository and checkout
78 that commit
79
80 config BOOK
81 string "Loc of working copy (mandatory)"
82 default "**EDIT ME**"
83 depends on WORKING_COPY
84 help
85 The full path to a local copy of the LFS book XML sources
86
87 choice
88 depends on (BOOK_LFS || BOOK_LFS_SYSD)
89 prompt "Multilib"
90 default LFS_MULTILIB_NO
91 config LFS_MULTILIB_NO
92 bool "Standard LFS on i686 or amd64"
93 help
94 Use standard LFS book (choose this if not multilib source)
95
96 config LFS_MULTILIB_I686
97 bool "Multilib LFS on amd64 with i686 libraries"
98 help
99 Use Multilib LFS book with i686 libraries
100
101 config LFS_MULTILIB_X32
102 bool "Multilib LFS on amd64 with x32 libraries"
103 help
104 Use Multilib LFS book with x32 libraries
105
106 config LFS_MULTILIB_ALL
107 bool "Multilib LFS on amd64 with i686 and x32 libraries"
108 help
109 Use Multilib LFS book with i686 and x32 libraries
110
111 endchoice
112
113 config MULTILIB
114 string
115 default "default" if LFS_MULTILIB_NO
116 default "ml_32" if LFS_MULTILIB_I686
117 default "ml_x32" if LFS_MULTILIB_X32
118 default "ml_all" if LFS_MULTILIB_ALL
119
120 #--- End BOOK version
121
122 choice
123 prompt "Build method"
124 default BUILD_CHROOT
125 depends on (BOOK_LFS || BOOK_LFS_SYSD)
126 help
127 What build method should be used: a chroot jail or minimal boot
128 system. Review the clfs-ng branch chap6 "TO BOOT OR CHROOT" for
129 a full explanation.
130
131 config BUILD_CHROOT
132 bool "chroot"
133
134 config BUILD_BOOT
135 bool "boot"
136 endchoice
137
138 config METHOD
139 string
140 default "chroot" if BUILD_CHROOT
141 default "boot" if BUILD_BOOT
142
143 config BOOT_CONFIG
144 string "BOOT kernel config file (mandatory)"
145 default "***EDIT ME***"
146 depends on BUILD_BOOT
147 help
148 If METHOD=boot, location of boot-kernel config file
149 The config file will be copied to ${BUILD_DIR}/sources
150 and renamed 'bootkernel-config'
151 NOTE: this setting is required
152
153 #--- blfs-tool Support
154 config BLFS_TOOL
155 bool "Add blfs-tool support"
156 default n
157 depends on !BOOK_BLFS
158 help
159 Activating this option will install additional packages needed
160 to use blfs tools after booting the new system.
161 The blfs-tool files will be installed under $BUILD_DIR/blfs_root
162 (see below).
163 After booting the new xLFS system, but before using the blfs tools,
164 you should create a user account, move the /blfs_root directory
165 to that user's home, and change its ownership to that of the user.
166 Also, be sure to give the user read and write access on the
167 $TRACKING_DIR directory and the files that it contains.
168 Don't forget to configure sudo properly on the new system.
169
170 config DUMMY # Avoid indenting the items below
171 bool
172
173 if BLFS_TOOL
174 menu "blfs-tool dependencies"
175
176 config DEP_LIBXML
177 bool "libxml2 (required)"
178 default y
179
180 config DEP_LIBXSLT
181 bool "libxslt (required)"
182 default y
183
184 config DEP_DBXML
185 bool "DocBook XML DTD (required)"
186 default y
187
188 config DEP_LYNX
189 bool "lynx (optional, for reading the generated book)"
190 default y
191
192 config DEP_SUDO
193 bool "sudo (recommended)"
194 default y
195
196 config DEP_WGET
197 bool "wget (recommended)"
198 default y
199
200 config DEP_GPM
201 bool "GPM (optional, see help)"
202 default n
203 help
204 if you install gpm, it will be started
205 automatically on boot. It allows copy-paste
206 while Xorg is not installed.
207
208 config DEP_GIT
209 bool "GIT client (optional, see help)"
210 default n
211 help
212 Git is needed for updating the book
213 sources. You do not need it if building a
214 stable book.
215
216 endmenu
217
218 choice
219 prompt "BLFS book version"
220 default BLFS_BRANCH
221
222 config BLFS_BRANCH
223 bool "BLFS Branch (default trunk) or any commit"
224 help
225 Use a BLFS book downloaded from the git repository, and
226 checked out at any commit (branch/tag/sha).
227
228 config BLFS_WORKING_COPY
229 bool "BLFS working copy"
230 help
231 Use a local working copy of the BLFS book.
232 endchoice
233
234 config BLFS_WC_LOCATION
235 string "Location of the local BLFS working copy (mandatory)"
236 default "**EDIT ME**"
237 depends on BLFS_WORKING_COPY
238 help
239 Full path to the BLFS book working copy
240
241 config BLFS_COMMIT
242 string "BLFS Book commit (branch/tag/sha)"
243 default "trunk"
244 depends on BLFS_BRANCH
245 help
246 Can be any branch, tag, or abbreviated (or not) commit sha.
247 endif
248 #--- End blfs-tool Support
249
250 #--- BLFS params (Used for installing the tools, either after a jhalfs run
251 # or directly)
252 config BLFS_ROOT
253 string "Root of the tools directory (see help)"
254 default "/blfs_root"
255 depends on BLFS_TOOL || BOOK_BLFS
256 help
257 Path to the directory where all required files and scripts
258 will be stored.
259
260 This path must begin with a slash, and:
261 - is relative to the user's HOME directory when installing the
262 blfs tools on an already existing LFS system.
263 - is relative to the root of the build directory (`/' in chroot)
264 when adding the tools after a jhalfs run
265
266 CAUTION: this directory will be removed if it already exists.
267
268 config BLFS_XML
269 string "BLFS sources directory (internal parameter)"
270 default "blfs-xml"
271 depends on BLFS_TOOL || BOOK_BLFS
272 help
273 The directory name under $BLFS_ROOT where the BLFS
274 book sources will be copied or checked out. Do not change that
275 unless you know what you are doing...
276
277 config LFS_XML
278 string "LFS sources directory (internal parameter)"
279 default "lfs-xml"
280 depends on BLFS_TOOL || BOOK_BLFS
281 help
282 The directory name under $BLFS_ROOT where the LFS
283 book sources will be copied or checked out. Do not change that
284 unless you know what you are doing...
285
286 choice
287 prompt "LFS book version"
288 default LFS_BRANCH
289 depends on BOOK_BLFS
290
291 config LFS_BRANCH
292 bool "LFS branch (default trunk) or any commit"
293 help
294 Use an LFS book downloaded from the git repository and
295 checked out at any commit (branch/tag/sha).
296
297 config LFS_WORKING_COPY
298 bool "LFS working copy"
299 help
300 Use a local working copy of the LFS book.
301 endchoice
302
303 config BLFS_LFS_BOOK
304 string "Location of the local LFS working copy (mandatory)"
305 default "**EDIT ME**"
306 depends on LFS_WORKING_COPY
307 help
308 Full path to the LFS book working copy"
309
310 config BLFS_LFS_COMMIT
311 string "LFS Book Commit (mandatory)"
312 default "trunk"
313 depends on LFS_BRANCH
314 help
315 Any branch, tag or abbreviated (or not) commit sha.
316 # End of BLFS parameters
317
318 #--- Custom Tools support
319 config CUSTOM_TOOLS
320 depends on !BOOK_BLFS
321 bool "Add custom tools support"
322 default n
323 help
324 Activating this option additional packages you create
325 will be installed after finished the xLFS system build.
326 #--- End Custom Tools support
327
328 #--- This directory is needed for blfs tools installation and custom tools
329 # As well.
330 config TRACKING_DIR
331 string "Installed packages database directory"
332 default "/var/lib/jhalfs/BLFS"
333 depends on BOOK_BLFS || BLFS_TOOL || CUSTOM_TOOLS
334 help
335 Full path to the directory where the database of
336 installed packages will be created.
337
338 If the blfs tools are installed on a running xLFS system,
339 the user must have enough privileges to create this directory.
340 It may be necessary to create the /var/lib/jhalfs directory as
341 root, and make it writable by the user before running this tool.
342
343 If you are installing the blfs tools as part of an xLFS build
344 and/or using the customized scripts feature, you will
345 need to fix this directory's permissions after booting
346 the new system.
347
348 Note that the user who will build the packages must
349 have read and write access to this directory.
350
351#--- End BOOK Settings
352endmenu
353
354menu "General Settings"
355depends on !BOOK_BLFS
356
357 #--- LFS User Account
358
359 config LUSER
360 string
361 default "lfs"
362
363 config LGROUP
364 string
365 default LUSER
366
367 config LHOME
368 string
369 default "/home"
370
371 #--- End Set User Account
372
373 config BUILDDIR
374 string "Build Directory"
375 default "/mnt/build_dir"
376 help
377 #-- The directory where the created system will be located.
378 # NOTE: A working directory named jhalfs will be created
379 # here, so ensure this does not conflict with the jhalfs
380 # source directory.
381
382 config GETPKG
383 bool "Retrieve source files"
384 default n
385 help
386 #-- Download all packages and patches required by the selected book
387 # NOTE: Looks for files in the local archive defined by SRC_ARCHIVE
388 # first and if necessary retrieves them from the 'net.
389 # Files will be transferred to $BUILDDIR/sources.
390
391 config SRC_ARCHIVE
392 string "Package Archive Directory"
393 default "$SRC_ARCHIVE"
394 depends on GETPKG
395 help
396 #-- A local archive for packages/files (not $BUILDDIR/sources)
397 # Any missing file will be downloaded and archived here,
398 # if the user has the right privileges.
399
400 config RETRYSRCDOWNLOAD
401 bool "Retry on 'connection refused' failure"
402 default n
403 depends on GETPKG
404 help
405 #-- Attempt to download a source package again if it fails
406 # with a 'connection refused' error. This can happen on
407 # servers that are overloaded.
408
409 config RETRYDOWNLOADCNT
410 int "Number of retry attempts on download failures"
411 default 20
412 depends on GETPKG
413 help
414 #-- Number of times to retry a failed download.
415
416 config DOWNLOADTIMEOUT
417 int "Download timeout (in seconds)"
418 default 30
419 depends on GETPKG
420 help
421 #-- Number of seconds to wait for a download to start before
422 # timing out.
423
424 config RUNMAKE
425 bool "Run the makefile"
426 default n
427 help
428 #-- Automatically run the makefile once it has been created
429
430 config CLEAN
431 bool "Rebuild files"
432 default n
433 help
434 #-- Clean the build directory before performing any other task.
435 # The directory is cleaned only if it was populated by a
436 # previous JHALFS run.
437
438#--- End General Settings
439endmenu
440
441menu "Build Settings"
442depends on !BOOK_BLFS
443
444 #--- Test Suites
445 config CONFIG_TESTS
446 bool "Run testsuites"
447 default y
448 help
449 #-- Run test suites
450 # If you select 'y' here:
451 # You will have to select between:
452 # - Only critical final system testsuites
453 # - All final system testsuites
454 #
455 # Note that in any case, all the test instructions will
456 # be generated. Those which are not wanted will be commented
457 # out. If you select 'n' here, the commented test instructions
458 # do not stop on test suite failures.
459
460 choice
461 depends on CONFIG_TESTS
462 prompt "Tests level"
463 default TST_1
464
465 config TST_1
466 bool "Only final system critical testsuites"
467 help
468 #-- Critical tests:
469 # Only Glibc, Binutils, GMP, MPFR, MPC and GCC
470 # testsuites for final system. The others are commented
471 # out.
472
473 config TST_2
474 bool "All final system testsuites"
475 help
476 #-- All final system test suites:
477 # Test instructions for the temporary tools (if available)
478 # are commented out.
479
480 endchoice
481
482 config TEST
483 int
484 default "0" if !CONFIG_TESTS
485 default "1" if TST_1
486 default "2" if TST_2
487 #--- End Test Suites
488
489 #--- Package Management
490 config PKGMNGT
491 bool "Package management"
492 depends on BOOK_LFS || BOOK_LFS_SYSD
493 default n
494 help
495 #-- Use package management
496 #
497 # If set, you'll have to choose between
498 # two package management styles:
499 # - Build and install:
500 # the packages in the final phase are built
501 # in a separate directory, PKG_DEST.
502 # You should provide a bash function for
503 # packaging and installing the package.
504 # - Preload a library before install:
505 # Run the install instructions inside a
506 # wrapper command, which monitors the
507 # installed files.
508 #
509 # Also, you have to provide the instructions
510 # to build the package manager during the
511 # temporary tools phase, in the form of a
512 # sect1 of the book identical to a package
513 # sect1. See README.PACKAGE_MANAGEMENT
514 choice
515 depends on PKGMNGT
516 prompt "Package management style"
517 default PKG_PACK
518
519 config PKG_PACK
520 bool "Build and pack (pacman or dpkg style)"
521
522 config LIB_LOAD
523 bool "Preload a library before installing (porg style)"
524 endchoice
525
526 config WRAP_INSTALL
527 bool
528 default y if LIB_LOAD
529 default n if PKG_PACK
530 #--- End package management
531
532 #--- Installed files logs
533 config INSTALL_LOG
534 bool "Create a log of installed files for each package"
535 default n
536 help
537 #-- Select this if you want to create logs of the files
538 # installed by each package on the final system.
539
540 #--- End Installed files logs
541
542 config STRIP
543 bool "Strip Installed Binaries/Libraries"
544 default n
545
546 config NO_PROGRESS_BAR
547 bool "DO NOT use/display progress_bar"
548 default n
549 help
550 #-- Do not use the progress bar routine. On slower machines
551 # this function consumes precious CPU cycles.
552
553#--- End Build Settings
554endmenu
555
556menu "System configuration"
557 depends on !BOOK_BLFS
558
559 #--- FSTAB
560 config HAVE_FSTAB
561 bool "Use a custom fstab file"
562 default n
563 help
564 #-- Select this if you have an fstab file with entries
565 # for the target system
566
567 config FSTAB
568 string "Fstab file (optional)"
569 default "***EDIT ME***"
570 depends on HAVE_FSTAB
571 help
572 #-- The location of fstab file (if empty, a template is created)
573 #--- End FSTAB
574
575 #--- Kernel
576 config CONFIG_BUILD_KERNEL
577 bool "Build the kernel"
578 default n
579 help
580 #-- Select this option if you wish to build the kernel.
581 #
582 # You will be prompted for the full path to the .config
583 # file. It will be copied to the 'sources' directory and
584 # renamed kernel-config
585
586 config CONFIG
587 string "Kernel config file"
588 default "***EDIT ME***"
589 depends on CONFIG_BUILD_KERNEL
590 help
591 #-- Fully qualified path to a kernel config file
592 # The config file will be copied to ${BUILD_DIR}/sources
593 # and renamed 'kernel-config'
594 #
595 # Important: if the config file is out of date (missing
596 # option), the kernel build will timeout instead of
597 # waiting forever for an input. This will generate error
598 # 124. In this case, update your config file,
599 # copy it to $BUILD_DIR/sources/kernel-config, and
600 # restart the build.
601 #--- End Kernel
602
603 config NCURSES5
604 bool "Install non-wide-character ncurses"
605 default n
606 depends on BOOK_LFS || BOOK_LFS_SYSD
607 help
608 #-- Install the optional non wide character ncurses5 library
609
610 config TIMEZONE
611 string "TimeZone"
612 default "GMT"
613 help
614 #-- The timezone as output by tzselect
615 # This will be copied to /etc/localtime
616
617 config LANG
618 string "Language"
619 default "$LANG"
620 help
621 #-- LANG variable set in /etc/profile
622 # See http://sourceware.org/git/?p=glibc.git;a=blob;f=localedata/SUPPORTED
623 # for values (or the file localedata/SUPPORTED in glibc tarball)
624
625 config FULL_LOCALE
626 bool "Install the full set of locales"
627 default n
628 help
629 #-- If set to y, the full set of supported locales
630 # will be installed. Otherwise, only the minimal set
631 # necessary for the tests will be installed,
632 # together with the locale associated with the
633 # LANG you have chosen, if not in the minimal set.
634
635 #--- Groff page
636 choice
637 prompt "Groff page size"
638 default PAGE_LETTER
639 help
640 #-- Page definition for groff: letter or A4
641
642 config PAGE_LETTER
643 bool "letter"
644
645 config PAGE_A4
646 bool "A4"
647 endchoice
648
649 config PAGE
650 string
651 default "letter" if PAGE_LETTER
652 default "A4" if PAGE_A4
653 #--- End Groff page
654
655 config HOSTNAME
656 string "Hostname (see help)"
657 default "**EDITME**"
658 help
659 If you are on a public network, use the hostname given to you by
660 your institution, or corporation, etc. If your network is private,
661 that is, behind a firewall such as a box to connect to your ISP,
662 you can choose anything you'd like. Combined with the domain name
663 "local", you have the possibility to access your computer by name
664 instead of address on the private network (see RFC 6762 and
665 https://www.howtogeek.com/167190/).
666
667 menu "Network configuration"
668 config INTERFACE
669 string "netword card name"
670 default "eth0"
671 help
672 eth0 is used in most cases. Virtual interfaces may get other
673 names (for example enp0s3 for the default network stack in qemu).
674 Systemd may also rename network interfaces according to their
675 bus addresses.
676 config IP_ADDR
677 string "Static IP address"
678 default "10.0.2.9"
679 help
680 The default here is for a virtual interface in qemu. Private
681 networks have addresses in the range 10.x.x.x or 192.168.x.x.
682 You have to know your network prefix. Then the last figure
683 may be anything you like.
684
685 config GATEWAY
686 string "Gateway"
687 default "10.0.2.2"
688 help
689 Again, this default is for a qemu network stack. Usually, the
690 gateway is the address of your firewall.
691 config PREFIX
692 string "Subnet prefix"
693 default "24"
694 help
695 Again, this default is for a qemu network stack, but is also
696 the most used in private networks.
697 config BROADCAST
698 string "Broadcast address"
699 default "10.0.2.255"
700 config DOMAIN
701 string "Domain name (see help)"
702 default "local"
703 help
704 Domain Name:
705 Doamin names are registered, so if your computer is on a public
706 network, you cannot use any name you'd like. On a public
707 network, you should have been given a domain name by
708 your corporation, institution, etc.
709 If your network is really private, that is behind a firewall
710 such as a box for connecting to an ISP, you can choose any
711 domain you'd like. You can also opt for "local", see RFC 6762,
712 or "something.test", see RFC 6761.
713 config DNS1
714 string "Primary Name server"
715 default "10.0.2.3"
716 config DNS2
717 string "Secondary Name server"
718 default "8.8.8.8"
719 endmenu # Network configuration
720
721 menu "Console configuration"
722 config FONT
723 string "Console font"
724 default "lat0-16"
725 help
726 Unicode mode is set by default. Setting FONT_MAP, FONT_UNIMAP,
727 etc, must be done manually.
728 config KEYMAP
729 string "Keymap name"
730 default "us"
731 config LOCAL
732 boolean "Hardware clock is set to local time"
733 default n
734 help
735 If the harware clock is set to local time, answer yes,
736 If it is set to UTC, answer no
737 config LOG_LEVEL
738 string "Default log level (1-8)"
739 default "4"
740 depends on BOOK_LFS
741 help
742 This can be changed using dmesg. 1 means "no message",
743 8 shows every message sent by the kernel, which is very
744 noisy. The default at boot time is 7, which is quite
745 noisy too.
746 endmenu # Console configuration
747
748endmenu #--- System configuration
749
750menu "Advanced Features"
751depends on !BOOK_BLFS
752
753 config REPORT
754 bool "Create SBU and disk usage report"
755 default y
756
757 config SAVE_CH5
758 bool "Save Chapter 5 work"
759 depends on BOOK_LFS || BOOK_LFS_SYSD
760 default n
761 help
762 Save the state of jhalfs at the end of chapter 5:
763
764 if you tick this item, the whole $LFS directory is
765 saved when chapter 5 is finished. It'll be in an xz
766 compressed tarball in the $LFS/jhalfs directory
767
768 #--- ICA
769 config COMPARE
770 bool "Run comparison analysis on final stage"
771 default n
772 help
773 #-- Should an iterative comparison analysis be performed?
774 #
775 # Unless you are familiar with ICA, do not
776 # select this option
777 #
778 # ICA is an analysis tool for comparing one
779 # build to the next. Builds mays differ from one iteration
780 # to another due to the build order and this tool try
781 # to ferret out those differences by examining the stored
782 # build logs and binary files.
783 #
784 # The scripts are well commented and can be found in ./extras/*
785 #
786
787 config ITERATIONS
788 int "Number of test runs (2,3,4,5)" if COMPARE
789 depends on COMPARE
790 range 2 5
791 default 3
792
793 config RUN_ICA
794 bool
795 default y if COMPARE
796
797 #--- End ICA
798
799 #--- Optimizations
800 config CONFIG_OPTIMIZE
801 bool "Optimization and parallelization"
802 default n
803 help
804 # Opens a menu for various optimization settings:
805 # Actual optimization flags MUST be defined in ./optimize/*
806 # before activating this option.
807 #
808 # WARNING: The use of build optimizations may lead to build issues.
809 # If the system doesn't work as expected, please rebuild
810 # without optimizations before asking for support.
811 menu "Parallelization and Optimization settings"
812 depends on CONFIG_OPTIMIZE
813
814 config N_PARALLEL
815 int "Number of parallel `make' jobs"
816 default 1
817 help
818 #-- The usual recommandation is (number of CPU cores)+1
819 # Do not set for meaningful SBU calculations.
820
821 choice
822 prompt "Optimization level"
823 default OPT_1
824 help
825 #-- Optimization values are set in optimize/* files
826
827 config OPT_1
828 bool "Final system only"
829
830 config OPT_2
831 bool "Both temp tools and final system"
832
833 endchoice
834
835 config REALSBU
836 bool "Build Binutls pass1 without optimization (Real SBU)"
837 depends on OPT_2
838 default n
839 help
840 #-- Use -j1 in make invokation for Binutils pass1 to
841 # get a valid SBU value.
842
843 endmenu # Optimization settings
844 config OPTIMIZE
845 int
846 default "0" if !CONFIG_OPTIMIZE
847 default "1" if OPT_1
848 default "2" if OPT_2
849
850 #--- End Optimizations
851
852 #-- Internal Settings
853 menu "Internal Settings (WARNING: for jhalfs developers only)"
854
855 config SCRIPT_ROOT
856 string "Scripts root"
857 default "jhalfs"
858
859 config JHALFSDIR
860 string "jhalfs directory"
861 default "$BUILDDIR/$SCRIPT_ROOT"
862
863 config LOGDIRBASE
864 string "Build logs directory basename"
865 default "logs"
866
867 config LOGDIR
868 string "Build logs directory"
869 default "$JHALFSDIR/$LOGDIRBASE"
870
871 config TESTLOGDIRBASE
872 string "Test suites logs directory basename"
873 default "test-logs"
874
875 config TESTLOGDIR
876 string "Test suites logs directory"
877 default "$JHALFSDIR/$TESTLOGDIRBASE"
878
879 config FILELOGDIRBASE
880 string "Installed files logs directory basename"
881 default "installed-files"
882
883 config FILELOGDIR
884 string "Installed files logs directory"
885 default "$JHALFSDIR/$FILELOGDIRBASE"
886
887 config ICALOGDIR
888 string "ICA logs directory"
889 default "$LOGDIR/ICA"
890
891 config MKFILE
892 string "Makefile"
893 default "$JHALFSDIR/Makefile"
894
895 config XSL
896 string "XSL stylesheet"
897 default "lfs.xsl"
898
899 config PKG_LST
900 string "Package contents list"
901 default "unpacked"
902
903 config DEL_LA_FILES
904 bool "Remove libtool .la files"
905 default y
906 help
907 #-- Remove files libxxx.la installed by libtool. Only set to
908 # "n" if you know what you are doing. For a rationale
909 # see https://blog.flameeyes.eu/tags/lafiles/
910
911 #--- End Internal Settings
912 endmenu
913
914#--- End Advanced Features
915endmenu
916
917config REBUILD_MAKEFILE
918# depends on !BOOK_BLFS
919 bool "Rebuild the Makefile (see help)"
920 default n
921 help
922 #-- Rebuild the Makefile
923 #
924 # This option allows to rebuild the Makefile after
925 # customizing the base system build scripts.
926 #
927 # See README.CUSTOM for more info about this feature.
928 # Note that you should do that after configuring a jhalfs
929 # build, and only if you need changing the build scripts order
930 # or add a new one.
Note: See TracBrowser for help on using the repository browser.