Changeset 9c07177


Ignore:
Timestamp:
07/24/2022 03:45:23 AM (21 months ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
multilib
Children:
1c784d2
Parents:
f8018d2c (diff), 68e4fd5 (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:

Automatic merge of trunk into multilib

Location:
bootscripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • bootscripts/ChangeLog

    rf8018d2c r9c07177  
     12022-07-23 Thomas Trepl <thomas@linuxfromscratch.org>
     2   * Mark an raid array clean when root (/) has been remounted
     3     r/o when system goes down. Otherwise, array does remain
     4     always 'dirty', causing a resync at next boot.
     5
    162022-03-24 Pierre Labastie <pierre dot labastie at neuf dot fr>
    27   * New semantics for K and S scripts:
  • bootscripts/lfs/init.d/mountfs

    rf8018d2c r9c07177  
    6868      # This fails if swap or / are on an LVM partition
    6969      #if [ -x /sbin/vgchange ]; then /sbin/vgchange -an > /dev/null; fi
     70      if [ -r /etc/mdadm.conf ]; then
     71         log_info_msg "Mark arrays as clean..."
     72         mdadm --wait-clean --scan
     73         evaluate_retval
     74      fi
    7075      ;;
    7176
Note: See TracChangeset for help on using the changeset viewer.