Changeset 0fa52f2 for CHEATSHEET


Ignore:
Timestamp:
03/01/2022 08:09:30 PM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
ablfs-more, trunk
Children:
9a86aa58
Parents:
4c36783
Message:

Remove legacy: Remove almost all occurrences of CLFS/clfs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CHEATSHEET

    r4c36783 r0fa52f2  
    118118
    119119------------------------------
    120 ------------------------------
    121 CLFS book, systemd, stable version (as of April 2017)
    122 X86 multilib
    123 Download the files to /usr/src (verify you have write access)
    124 Build in /mnt/clfs (should be owned by root, verify you can execute sudo)
    125 Clean the build directory before beginning
    126 Use "boot" method, with a temporary kernel in /home/user/config-boot
    127 Build a kernel, whose configuration is in /home/user/config-4.15-clfs-systemd
    128 An fstab for the future system si located in /home/user/fstablfs
    129 Run all the testsuites for final system
    130 Settings for an user in Sidney (Australia)
    131 Run four make jobs in parallel
    132 -----------------------------
    133 BOOK Settings --->
    134     Use BOOK (Cross-Compiled Linux From Scratch)  --->
    135     Release (Branch or stable book)  --->
    136     Branch (preceded by "branch-"), stable Version, or tag (3.0.0-systemd)
    137     Target architecture (x86)  --->
    138     Library (multilib)  --->
    139     Build method (boot)  --->
    140     BOOT kernel config file (mandatory) ($HOME/config-boot)
    141 [ ] Add blfs-tool support (NEW)
    142 [ ] Add custom tools support (NEW)
    143 
    144 General Settings --->
    145        Build Directory (/mnt/clfs)
    146    [*] Retrieve source files
    147          Package Archive Directory (/usr/src)
    148    [ ]   Retry on 'connection refused' failure (NEW)
    149          Number of retry attempts on download failures (20) (NEW)
    150          Download timeout (in seconds) (30) (NEW)
    151          FTP mirror (http://ftp.osuosl.org) (NEW)
    152    [*] Run the makefile
    153    [*] Rebuild files
    154 
    155 Build Settings --->
    156    [*] Run testsuites
    157          Tests level (All final system testsuites) --->
    158        Flavour (Don't stop on testsuite failures)  --->
    159    [ ] Create a log of installed files for each package
    160    [*] Use a custom fstab file
    161          Fstab file (optional) ($HOME/fstablfs)
    162    [*] Build the kernel
    163          Kernel config file ($HOME/config-4.15-clfs-systemd
    164    [ ] Strip Installed Binaries/Libraries
    165    [ ] Install non-wide-character ncurses
    166    [ ] DO NOT use/display progress_bar
    167        TimeZone (Australia/Sydney)
    168        Language (en_AU.UTF-8)
    169    [ ] Install the full set of locales
    170        Groff page size (A4)  --->
    171 
    172 Advanced Features --->
    173    [*] Create SBU and disk usage report
    174    [ ] Run comparison analysis on final stage
    175    [*] Optimization and parallelization
    176          Optimization settings  --->
    177            Number of parallel `make' jobs (4)
    178            Optimization level  (Cross tools (only MAKEFLAGS), temp tools and final system)  --->
    179        Internal Settings (WARNING: for jhalfs developers only)  --->
    180 
    181 [ ] Rebuild the Makefile (see help)
    182 --------------------------------
    183 
Note: See TracChangeset for help on using the changeset viewer.