Changeset b7583ec for CHEATSHEET


Ignore:
Timestamp:
02/04/2018 08:50:16 AM (7 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
bcbecc5
Parents:
c7b535b
Message:

Removing the need to have write access to BUILDDIR:

  • remove an entry in Config.in (useless, since we impose sudo anyway)
  • Update README and CHEATSHEET
File:
1 edited

Legend:

Unmodified
Added
Removed
  • CHEATSHEET

    rc7b535b rb7583ec  
    22This file contains examples of menu settings for various tasks.
    33------------------------------
    4 LFS book, System V, stable (8.0) version.
     4LFS book, System V, stable (8.2) version.
    55Download the files to /usr/src (verify you have write access)
    6 Build in /mnt/lfs (verify you have write access too)
     6Build in /mnt/lfs (should be owned by root, verify you can execute sudo)
    77Clean the build directory before beginning
    8 Build a kernel, whose configuration is in /home/user/config-4.9.9-lfs-1
     8Build a kernel, whose configuration is in /home/user/config-4.15-lfs-1
    99An fstab for the future system is located in /home/user/fstablfs
    1010Run only the critical testsuites
     
    1515    Use BOOK (Linux From Scratch System V)  --->
    1616    Release (Branch or stable book)  --->
    17     Branch (preceded by "branch-"), stable Version, or tag (8.0)
     17    Branch (preceded by "branch-"), stable Version, or tag (8.2)
    1818[ ] Add blfs-tool support (NEW)
    1919[ ] Add custom tools support (NEW)
    2020
    2121General Settings --->
    22    [ ] Change the default user/group and homedir for this build (NEW)
    2322       Build Directory (/mnt/lfs)
    2423   [*] Retrieve source files
     
    4039         Fstab file (optional) ($HOME/fstablfs)
    4140   [*] Build the kernel
    42          Kernel config file ($HOME/config-4.9.9-lfs-1)
     41         Kernel config file ($HOME/config-4.15-lfs-1)
    4342   [ ] Strip Installed Binaries/Libraries
    4443   [ ] Install vim-lang package
     
    6463LFS book, systemd, XML source of the LFS book in /usr/src/lfsbook
    6564Download the files to /usr/src (verify you have write access)
    66 Build in /mnt/lfs (verify you have write access too)
     65Build in /mnt/lfs (should be owned by root, verify you can execute sudo)
    6766Clean the build directory before beginning
    68 Build a kernel, whose configuration is in /home/user/config-4.10.3-lfs-systemd
     67Build a kernel, whose configuration is in /home/user/config-4.15-lfs-systemd
    6968An fstab for the future system si located in /home/user/fstablfs
    7069Run all the testsuites
     
    8079
    8180General Settings --->
    82    [ ] Change the default user/group and homedir for this build (NEW)
    8381       Build Directory (/mnt/lfs)
    8482   [*] Retrieve source files
     
    10098         Fstab file (optional) ($HOME/fstablfs)
    10199   [*] Build the kernel
    102          Kernel config file ($HOME/config-4.10.3-lfs-systemd
     100         Kernel config file ($HOME/config-4.15-lfs-systemd
    103101   [ ] Strip Installed Binaries/Libraries
    104102   [ ] Install vim-lang package
     
    125123X86 multilib
    126124Download the files to /usr/src (verify you have write access)
    127 Build in /mnt/clfs (verify you have write access too)
     125Build in /mnt/clfs (should be owned by root, verify you can execute sudo)
    128126Clean the build directory before beginning
    129127Use "boot" method, with a temporary kernel in /home/user/config-boot
    130 Build a kernel, whose configuration is in /home/user/config-4.10.3-clfs-systemd
     128Build a kernel, whose configuration is in /home/user/config-4.15-clfs-systemd
    131129An fstab for the future system si located in /home/user/fstablfs
    132130Run all the testsuites for final system
     
    146144
    147145General Settings --->
    148    [ ] Change the default user/group and homedir for this build (NEW)
    149146       Build Directory (/mnt/clfs)
    150147   [*] Retrieve source files
     
    165162         Fstab file (optional) ($HOME/fstablfs)
    166163   [*] Build the kernel
    167          Kernel config file ($HOME/config-4.10.3-clfs-systemd
     164         Kernel config file ($HOME/config-4.15-clfs-systemd
    168165   [ ] Strip Installed Binaries/Libraries
    169166   [ ] Install vim-lang package
Note: See TracChangeset for help on using the changeset viewer.