Changeset 70f30e9 for chapter02/hostreqs.xml
- Timestamp:
- 03/12/2023 01:12:44 PM (7 months ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter02/hostreqs.xml
r7160772 r70f30e9 204 204 ver_kernel() 205 205 { 206 kver=$(uname -r | grep -E -o ' [0-9\.]+')206 kver=$(uname -r | grep -E -o '^[0-9\.]+') 207 207 if printf '%s\n' $1 $kver | sort --version-sort --check &>/dev/null 208 208 then
Note:
See TracChangeset
for help on using the changeset viewer.