Changeset 0808f28


Ignore:
Timestamp:
07/18/2024 03:13:23 AM (7 weeks ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.2, 12.2-rc1, multilib, trunk, xry111/arm64, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.2
Children:
a7596d8
Parents:
6e6641f
git-author:
Xi Ruoyao <xry111@…> (07/12/2024 05:39:23 AM)
git-committer:
Xi Ruoyao <xry111@…> (07/18/2024 03:13:23 AM)
Message:

bootscripts: Add -n to the ln command, for recreating /dev/fd correctly if the initramfs has already created one

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • bootscripts/ChangeLog

    r6e6641f r0808f28  
     12024-07-12 Xi Ruoyao <xry111@xry111.site>
     2   * In mountvirtfs, recreate /dev/fd correctly if it's already created
     3     by the initramfs.
     4
    152024-07-06 Bruce Dubbs <bdubbs@linuxfromscratch.org>
    26   * Add logic to init-functions to only print escape sequences
  • bootscripts/lfs/init.d/mountvirtfs

    r6e6641f r0808f28  
    8484
    8585      log_info_msg2 " ${INFO}/dev/fd"
    86       ln -sf /proc/self/fd   /dev/fd     || failed=1
     86      ln -sfn /proc/self/fd  /dev/fd     || failed=1
    8787
    8888      if [ -e /proc/kcore ]; then
  • packages.ent

    r6e6641f r0808f28  
    382382<!ENTITY less-fin-sbu "less than 0.1 SBU">
    383383
    384 <!ENTITY lfs-bootscripts-version "20240706">      <!-- Scripts depend on this format -->
     384<!ENTITY lfs-bootscripts-version "20240712">      <!-- Scripts depend on this format -->
    385385<!ENTITY lfs-bootscripts-size "BOOTSCRIPTS-SIZE KB">
    386386<!ENTITY lfs-bootscripts-url "&downloads-root;lfs-bootscripts-&lfs-bootscripts-version;.tar.xz">
Note: See TracChangeset for help on using the changeset viewer.