Ignore:
Timestamp:
03/12/2023 01:12:44 PM (14 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/arm64, xry111/arm64-12.0
Children:
1b61cd1
Parents:
7160772 (diff), c6fa691 (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' into xry111/arm64

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter02/hostreqs.xml

    r7160772 r70f30e9  
    204204ver_kernel()
    205205{
    206    kver=$(uname -r | grep -E -o '[0-9\.]+')
     206   kver=$(uname -r | grep -E -o '^[0-9\.]+')
    207207   if printf '%s\n' $1 $kver | sort --version-sort --check &amp;>/dev/null
    208208   then
Note: See TracChangeset for help on using the changeset viewer.