Changes between Version 8 and Version 9 of Ticket #4848


Ignore:
Timestamp:
05/02/2021 08:53:12 AM (3 years ago)
Author:
Xi Ruoyao
Comment:

usr-move branch updated for both sysv and systemd. Rendered version can be viewed at https://www.linuxfromscratch.org/~xry111/usr-move/.

sysv is not tested yet.

And there are still cleanups not done yet: some --bindir=/bin, --libdir=/lib, --sbindir=/sbin or --exec-prefix= can be removed in theory.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4848 – Description

    v8 v9  
    77It's planned to make the move for both sysv and systemd.  The steps:
    88
    9 * [ ] rewrite section 4.2 and section 7.5.  In section 4.2 we'll set up `{/usr,}/{lib,bin,sbin}`, and the references to them should be removed in 7.5.
    10 * [ ] modify section 4.3 for the changes of 4.2
     9* [x] rewrite section 4.2 and section 7.5.  In section 4.2 we'll set up `{/usr,}/{lib,bin,sbin}`, and the references to them should be removed in 7.5.
     10* [x] modify section 4.3 for the changes of 4.2
    1111* [x] remove `-Dsplit-usr=true` in systemd
    12 * [ ] remove all `mv /usr/lib/libfoo.so.* /lib ...` commands in LFS
     12* [x] remove all `mv /usr/lib/libfoo.so.* /lib ...` commands in LFS
    1313* [ ] build and test LFS
    1414* [ ] remove all `mv /usr/lib/libfoo.so.* /lib ...` commands in BLFS