Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | shadow: get rid of /bin and /sbin from $PATHxry111/usr-move | Xi Ruoyao | 2021-05-11 | 1 | -1/+14 |
| | | | | | | | This will be the default system-wide setting of LFS. However, it will be free to reset $PATH in .bashrc, so we can't assume everyone will use this. We still need to find and fix breakages caused by hardcoded paths to /bin/some_executable in BLFS packages. | ||||
* | Revert "usr-move: configure shadow not to include /bin or /sbin in PATH" | Xi Ruoyao | 2021-05-09 | 1 | -6/+0 |
| | | | | | | | | | | This reverts commit 4bcd65c281d798880a1afde5a7467a5063f68c96. Distros with merged usr configuration are still using /bin and /sbin in PATH, so we will keep them as well (at least for now). Note that /bin in PATH may cause some issue building packages (observed in WebKitGTK with bwrap). Some workarounds may be needed. | ||||
* | usr-move: configure shadow not to include /bin or /sbin in PATH | Xi Ruoyao | 2021-05-09 | 1 | -0/+6 |
| | |||||
* | Merge branch 'trunk' into xry111/usr-move | Xi Ruoyao | 2021-05-08 | 3 | -6/+3 |
|\ | |||||
| * | xsl: fix copy-lfs-patch.sh generation | Xi Ruoyao | 2021-05-06 | 1 | -1/+1 |
| | | |||||
| * | add new shadow homepage | Xi Ruoyao | 2021-05-06 | 2 | -5/+2 |
| | | |||||
* | | usr-move: change references to /lib/{udev,systemd} to their /usr counterparts | Xi Ruoyao | 2021-05-08 | 5 | -10/+10 |
| | | |||||
* | | usr-move: clean up stripping command | Xi Ruoyao | 2021-05-08 | 1 | -14/+5 |
| | | |||||
* | | usr-move: another batch of configure switches cleanup | Xi Ruoyao | 2021-05-08 | 10 | -58/+17 |
| | | |||||
* | | usr-move: update gcc sanity check output | Xi Ruoyao | 2021-05-08 | 1 | -2/+2 |
| | | |||||
* | | usr-move: first batch of command line cleanup | Xi Ruoyao | 2021-05-08 | 9 | -19/+12 |
| | | |||||
* | | usr-move: fix libbz2.so installation | Xi Ruoyao | 2021-05-07 | 1 | -0/+4 |
| | | |||||
* | | usr-move: stop to use /usr as the example of separate mount point | Xi Ruoyao | 2021-05-06 | 1 | -3/+3 |
| | | |||||
* | | usr-move: cleanup kmod configure command | Xi Ruoyao | 2021-05-02 | 1 | -17/+1 |
| | | |||||
* | | usr-move: reword desc of separate /usr | Xi Ruoyao | 2021-05-02 | 1 | -10/+3 |
| | | |||||
* | | usr-move: /bin and /sbin are no longer needed in $PATH | Xi Ruoyao | 2021-05-02 | 2 | -2/+2 |
| | | |||||
* | | usr-move: bye bye mv /usr/foo/xxx /foo | Xi Ruoyao | 2021-05-02 | 28 | -213/+4 |
| | | |||||
* | | Merge branch 'trunk' into xry111/usr-move | Xi Ruoyao | 2021-05-02 | 2 | -7/+12 |
|\| | |||||
| * | git-version: fix trunk branch detection | Xi Ruoyao | 2021-05-02 | 1 | -1/+1 |
| | | |||||
| * | git-version: simplify the versioning scheme | Xi Ruoyao | 2021-05-01 | 1 | -6/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now the version for trunk head is simply rx.y-z. x.y is the last release, and z is the number of commits after x.y. For other commits, the version is rx.y-z-g{sha}. An abbreviated sha hash is added to distinguish commits with same x, y, and z on different branches. If there are uncommited changes, a "+" is appended to the version, indicating the version is "unclean". To make it works correctly, a tag "rx.y" have to be created on the last commit on trunk of x.y release. | ||||
| * | Add ipv6 localhost in Chapter 7 hosts file | Bruce Dubbs | 2021-04-29 | 1 | -1/+4 |
| | | |||||
* | | Merge branch 'trunk' into xry111/usr-move | Xi Ruoyao | 2021-04-29 | 7 | -12/+49 |
|\| | |||||
| * | Patch systemd to build with meson-0.57.2 and Linux-API-Headers-5.11.14 | Douglas R. Reno | 2021-04-28 | 3 | -4/+9 |
| | | | | | | | | and higher. | ||||
| * | Add manual locales needed for tests if using alternate locale installation | Bruce Dubbs | 2021-04-28 | 5 | -8/+40 |
| | | | | | | | | | | | | instructions. Minor changes to boot scripts. | ||||
* | | Revert two commits no longer needed after get rid of /usr/lib64 | Xi Ruoyao | 2021-04-29 | 1 | -12/+0 |
| | | | | | | | | | | This reverts commit 19087f25564a2c8a0c7d0f0991030196876c0cd3 and cc462f9307b4da5f743a37d7099ca11fbcfcc52f. | ||||
* | | usr-move: use a solid /lib64 | Xi Ruoyao | 2021-04-29 | 1 | -4/+3 |
| | | | | | | | | | | | | | | | | The problem with /usr/lib64 is meson will attempt to use it if it exists. Then we'll have to add --libdir everywhere in BLFS. Instead, we'll keep /lib64 as a normal directory, since it only contains two symlinks to ../lib. | ||||
* | | usr-move: add --libdir for systemd, to prevent it from using lib64 | Xi Ruoyao | 2021-04-28 | 1 | -0/+1 |
| | | |||||
* | | Revert "usr-move: systemd: remove useless options" | Xi Ruoyao | 2021-04-28 | 1 | -0/+11 |
| | | | | | | | | | | | | | | This reverts commit 8e65db250e82461d8e44f04dddfe34de9947465a. It turns out that those options are still needed, or systemd will use lib64. | ||||
* | | usr-move: kmod: remove --with-rootlibdir for systemd | Xi Ruoyao | 2021-04-28 | 1 | -2/+9 |
| | | | | | | | | It was causing "make install" to fail. | ||||
* | | gcc: simplify /lib/cpp creation, making it applicable for both sysv and systemd | Xi Ruoyao | 2021-04-28 | 1 | -1/+1 |
| | | |||||
* | | usr-move: libcap: adjust the permission of shared libraries | Xi Ruoyao | 2021-04-28 | 1 | -1/+4 |
| | | |||||
* | | usr-move: fix an error in bzip2 | Xi Ruoyao | 2021-04-28 | 1 | -4/+6 |
| | | |||||
* | | Merge branch 'trunk' into xry111/usr-move | Xi Ruoyao | 2021-04-27 | 12 | -53/+117 |
|\| | |||||
| * | Changelog: Reflect 5.11.16 instead of 5.10.16 | Douglas R. Reno | 2021-04-26 | 1 | -1/+1 |
| | | |||||
| * | Update to vim-8.2.2812. | Bruce Dubbs | 2021-04-26 | 4 | -35/+73 |
| | | | | | | | | | | | | | | | | | | | | Update to iana-etc-20210407. Update to Python3-3.9.4. Update to meson-0.57.2. Update to linux-5.10.16. Update to less-581. Update to file-5.40. Update to bc-4.0.1. | ||||
| * | mention make-ca in rebooting | Xi Ruoyao | 2021-04-24 | 1 | -0/+6 |
| | | |||||
| * | Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk | Bruce Dubbs | 2021-04-23 | 5 | -14/+14 |
| |\ | |||||
| | * | secure LFS URL | Xi Ruoyao | 2021-04-23 | 5 | -14/+14 |
| | | | |||||
| * | | Update mail address in currency check. | Bruce Dubbs | 2021-04-23 | 1 | -3/+3 |
| |/ | |||||
| * | add a paragraph for "downgrading issue" in package management page | Xi Ruoyao | 2021-04-23 | 1 | -1/+21 |
| | | |||||
* | | usr-move: write desc for merged /usr in ch02 | Xi Ruoyao | 2021-04-23 | 1 | -1/+20 |
| | | |||||
* | | usr-move: man-db: remove an unneeded workaround for systemd | Xi Ruoyao | 2021-04-22 | 1 | -12/+1 |
| | | |||||
* | | usr-move: fix xz installation for systemd | Xi Ruoyao | 2021-04-22 | 1 | -3/+6 |
| | | |||||
* | | usr-move: show the note for ln -s at the first occurence of it | Xi Ruoyao | 2021-04-22 | 2 | -1/+10 |
| | | |||||
* | | usr-move: systemd: remove useless options | Xi Ruoyao | 2021-04-22 | 1 | -11/+0 |
| | | |||||
* | | usr-move: some adjustments of file location are no longer needed for systemd | Xi Ruoyao | 2021-04-22 | 24 | -61/+71 |
| | | |||||
* | | usr-move: systemd: bye bye split-usr | Xi Ruoyao | 2021-04-22 | 1 | -10/+0 |
| | | |||||
* | | usr-move: set owner as lfs for /usr/* in ch04 | Xi Ruoyao | 2021-04-22 | 1 | -1/+1 |
| | | |||||
* | | usr-move: remove already created directories in ch07 creatingdirs | Xi Ruoyao | 2021-04-22 | 1 | -1/+2 |
| | | |||||
* | | usr-move: create {/usr,}/{lib,lib64,bin,sbin} in ch04 correctly | Xi Ruoyao | 2021-04-22 | 1 | -1/+13 |
|/ |