mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-11-11 04:23:41 +08:00
feat: Display system info on boot (#696)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user