Changeset 6e4dfa7


Ignore:
Timestamp:
03/10/2023 01:51:31 AM (14 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/update-glibc
Children:
25cd02b
Parents:
271c856
Message:

Tweak kernel version in host requirements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter02/hostreqs.xml

    r271c856 r6e4dfa7  
    198198ver_kernel()
    199199{
    200    kver=$(uname -r | grep -E -o '[0-9\.]+')
     200   kver=$(uname -r | grep -E -o '^[0-9\.]+')
    201201   if printf '%s\n' $1 $kver | sort --version-sort --check &amp;>/dev/null
    202202   then
Note: See TracChangeset for help on using the changeset viewer.