Changeset 948cd14


Ignore:
Timestamp:
08/25/2024 07:37:38 AM (3 weeks ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.2, multilib, trunk, xry111/arm64, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.2, xry111/multilib
Children:
04befc5e, 1d6a2e2, 504e378
Parents:
6e99fa9
git-author:
Xi Ruoyao <xry111@…> (08/25/2024 07:32:24 AM)
git-committer:
Xi Ruoyao <xry111@…> (08/25/2024 07:37:38 AM)
Message:

Update to lfs-bootscripts-20240825

Co-authored-by: Andrew Kreimer <algonell@…>

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • bootscripts/ChangeLog

    r6e99fa9 r948cd14  
     12024-08-25 Xi Ruoyao <xry111@xry111.site>
     2   * Remove an empty line and an outdated comment (not valid anymore after
     3     /usr merge) from init-functions.
     4
     52024-08-24 Andrew Kreimer <algonell@gmail.com>
     6   * Fix typos.
     7
    182024-08-23 Xi Ruoyao <xry111@xry111.site>
    29   * In console, detect FB console by checking /sys/class/graphics/fbcon
  • bootscripts/lfs/lib/services/init-functions

    r6e99fa9 r948cd14  
    458458    # If a PID file is set and exists, use it.
    459459    if [ -n "${pidfile}" -a -e "${pidfile}" ]; then
    460 
    461460        # Use the value in the first line of the pidfile
    462461        pidlist=`/bin/head -n1 "${pidfile}"`
    463         # This can optionally be written as 'sed 1q' to repalce 'head -n1'
    464         # should LFS move /bin/head to /usr/bin/head
    465462    else
    466463        # Use pidof
  • bootscripts/lfs/sbin/ifup.8

    r6e99fa9 r948cd14  
    9595
    9696       ONBOOT  - If set to 'yes', the specified interface is
    97                  configured by the netowrk boot script.
     97                 configured by the network boot script.
    9898
    9999       GATEWAY - The default IP address to use for routing if
     
    113113                 for use with a virtual host such as kvm.
    114114
    115        Other paramters that are service specific include:
     115       Other parameters that are service specific include:
    116116
    117117       ipv4-static
     
    129129                     device.  Example: eth0:2 (optional)
    130130
    131          BROADCAST - The brodcast address for this interface,
     131         BROADCAST - The broadcast address for this interface,
    132132                     e.g 192.168.1.255.  If not specified,
    133133                     the broadcast address will be calculated
     
    155155                      at startup.
    156156
    157          DHCP_STOP  - Optional paremeters to pass to the dhcp client
     157         DHCP_STOP  - Optional parameters to pass to the dhcp client
    158158                      at shutdown.
    159159
  • chapter01/changelog.xml

    r6e99fa9 r948cd14  
    4545      <itemizedlist>
    4646        <listitem>
     47          <para>[xry111] - Update to lfs-bootscripts-20240825.  Only trivial
     48          non-functional changes.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
     54      <para>2024-08-23</para>
     55      <itemizedlist>
     56        <listitem>
    4757          <para>[xry111] - Update to lfs-bootscripts-20240823, to fix an
    4858          issue causing VT 2-6 not affected by the FONT= setting in
  • packages.ent

    r6e99fa9 r948cd14  
    382382<!ENTITY less-fin-sbu "less than 0.1 SBU">
    383383
    384 <!ENTITY lfs-bootscripts-version "20240823">      <!-- Scripts depend on this format -->
     384<!ENTITY lfs-bootscripts-version "20240825">      <!-- 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.