feat: Display system info on boot (#696)

This commit is contained in:
Kroese
2024-04-22 16:29:23 +02:00
committed by GitHub
parent 66ac2d2002
commit ac78cc7dc5
3 changed files with 5 additions and 4 deletions

View File

@@ -42,7 +42,7 @@ HOST=$(hostname -s)
KERNEL=$(uname -r | cut -b 1)
MINOR=$(uname -r | cut -d '.' -f2)
ARCH=$(dpkg --print-architecture)
VERS=$(qemu-system-x86_64 --version | head -n 1 | cut -d '(' -f 1)
VERS=$(qemu-system-x86_64 --version | head -n 1 | cut -d '(' -f 1 | awk '{ print $NF }')
# Check system