Changeset cf30814b


Ignore:
Timestamp:
03/27/2022 04:46:12 PM (2 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
1b85bf1, 676f0fd
Parents:
f23beb1 (diff), d608267 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • bootscripts/Makefile

    rf23beb1 rcf30814b  
    118118        ln -sf ../init.d/network     ${ETCDIR}/rc.d/rc6.d/K80network
    119119        ln -sf ../init.d/sysklogd    ${ETCDIR}/rc.d/rc6.d/K90sysklogd
    120         ln -sf ../init.d/sendsignals ${ETCDIR}/rc.d/rc0.d/K92sendsignals
    121         ln -sf ../init.d/swap        ${ETCDIR}/rc.d/rc0.d/K94swap
    122         ln -sf ../init.d/mountfs     ${ETCDIR}/rc.d/rc0.d/K96mountfs
    123         ln -sf ../init.d/localnet    ${ETCDIR}/rc.d/rc0.d/K98localnet
     120        ln -sf ../init.d/sendsignals ${ETCDIR}/rc.d/rc6.d/K92sendsignals
     121        ln -sf ../init.d/swap        ${ETCDIR}/rc.d/rc6.d/K94swap
     122        ln -sf ../init.d/mountfs     ${ETCDIR}/rc.d/rc6.d/K96mountfs
     123        ln -sf ../init.d/localnet    ${ETCDIR}/rc.d/rc6.d/K98localnet
    124124        ln -sf ../init.d/reboot      ${ETCDIR}/rc.d/rc6.d/S99reboot
    125125
  • packages.ent

    rf23beb1 rcf30814b  
    386386<!ENTITY less-fin-sbu "less than 0.1 SBU">
    387387
    388 <!ENTITY lfs-bootscripts-version "20220324">      <!-- Scripts depend on this format -->
     388<!ENTITY lfs-bootscripts-version "20220327">      <!-- Scripts depend on this format -->
    389389<!ENTITY lfs-bootscripts-size "BOOTSCRIPTS-SIZE KB">
    390390<!ENTITY lfs-bootscripts-url "&downloads-root;lfs-bootscripts-&lfs-bootscripts-version;.tar.xz">
Note: See TracChangeset for help on using the changeset viewer.