source: CHEATSHEET

trunk
Last change on this file was 0fa52f2, checked in by Pierre Labastie <pierre.labastie@…>, 2 years ago

Remove legacy: Remove almost all occurrences of CLFS/clfs

  • Property mode set to 100644
File size: 4.5 KB
Line 
1This file contains examples of menu settings for various tasks.
2------------------------------
3LFS book, System V, stable (8.2) version.
4Download the files to /usr/src (verify you have write access)
5Build in /mnt/lfs (should be owned by root, verify you can execute sudo)
6Clean the build directory before beginning
7Build a kernel, whose configuration is in /home/user/config-4.15-lfs-1
8An fstab for the future system is located in /home/user/fstablfs
9Run only the critical testsuites
10Settings for a French user
11Run four make jobs in parallel
12-----------------------------
13BOOK Settings --->
14 Use BOOK (Linux From Scratch System V) --->
15 Release (Branch or stable book) --->
16 Branch (preceded by "branch-"), stable Version, or tag (8.2)
17[ ] Add blfs-tool support (NEW)
18[ ] Add custom tools support (NEW)
19
20General Settings --->
21 Build Directory (/mnt/lfs)
22 [*] Retrieve source files
23 Package Archive Directory (/usr/src)
24 [ ] Retry on 'connection refused' failure (NEW)
25 Number of retry attempts on download failures (20) (NEW)
26 Download timeout (in seconds) (30) (NEW)
27 FTP mirror (http://ftp.osuosl.org) (NEW)
28 [*] Run the makefile
29 [*] Rebuild files
30
31Build Settings --->
32 [*] Run testsuites
33 Tests level (Only final critical testsuites) --->
34 Flavour (Don't stop on testsuite failures) --->
35 [ ] Package management
36 [ ] Create a log of installed files for each package
37 [*] Use a custom fstab file
38 Fstab file (optional) ($HOME/fstablfs)
39 [*] Build the kernel
40 Kernel config file ($HOME/config-4.15-lfs-1)
41 [ ] Strip Installed Binaries/Libraries
42 [ ] Install non-wide-character ncurses
43 [ ] DO NOT use/display progress_bar
44 TimeZone (Europe/Paris)
45 Language (fr_FR.UTF-8)
46 [ ] Install the full set of locales
47 Groff page size (A4) --->
48
49Advanced Features --->
50 [*] Create SBU and disk usage report
51 [ ] Run comparison analysis on final stage
52 [*] Optimization and parallelization
53 Optimization settings --->
54 Number of parallel `make' jobs (4)
55 Optimization level (Both temp tools and final system) --->
56 Internal Settings (WARNING: for jhalfs developers only) --->
57
58[ ] Rebuild the Makefile (see help)
59
60------------------------------
61------------------------------
62LFS book, systemd, XML source of the LFS book in /usr/src/lfsbook
63Download the files to /usr/src (verify you have write access)
64Build in /mnt/lfs (should be owned by root, verify you can execute sudo)
65Clean the build directory before beginning
66Build a kernel, whose configuration is in /home/user/config-4.15-lfs-systemd
67An fstab for the future system si located in /home/user/fstablfs
68Run all the testsuites
69Settings for an user in California
70Run four make jobs in parallel
71-----------------------------
72BOOK Settings --->
73 Use BOOK (Linux From Scratch systemd) --->
74 Release (Working Copy) --->
75 Loc of working copy (mandatory) (/usr/src/lfsbook)
76[ ] Add blfs-tool support (NEW)
77[ ] Add custom tools support (NEW)
78
79General Settings --->
80 Build Directory (/mnt/lfs)
81 [*] Retrieve source files
82 Package Archive Directory (/usr/src)
83 [ ] Retry on 'connection refused' failure (NEW)
84 Number of retry attempts on download failures (20) (NEW)
85 Download timeout (in seconds) (30) (NEW)
86 FTP mirror (http://ftp.osuosl.org) (NEW)
87 [*] Run the makefile
88 [*] Rebuild files
89
90Build Settings --->
91 [*] Run testsuites
92 Tests level (Both temporary tools and final system testsuites) --->
93 Flavour (Don't stop on testsuite failures) --->
94 [ ] Package management
95 [ ] Create a log of installed files for each package
96 [*] Use a custom fstab file
97 Fstab file (optional) ($HOME/fstablfs)
98 [*] Build the kernel
99 Kernel config file ($HOME/config-4.15-lfs-systemd
100 [ ] Strip Installed Binaries/Libraries
101 [ ] Install non-wide-character ncurses
102 [ ] DO NOT use/display progress_bar
103 TimeZone (America/Los_Angeles)
104 Language (en_US.UTF-8)
105 [ ] Install the full set of locales
106 Groff page size (letter) --->
107
108Advanced Features --->
109 [*] Create SBU and disk usage report
110 [ ] Run comparison analysis on final stage
111 [*] Optimization and parallelization
112 Optimization settings --->
113 Number of parallel `make' jobs (4)
114 Optimization level (Both temp tools and final system) --->
115 Internal Settings (WARNING: for jhalfs developers only) --->
116
117[ ] Rebuild the Makefile (see help)
118
119------------------------------
Note: See TracBrowser for help on using the repository browser.