Commit 4997a9fa authored by Vitaly Lipatov's avatar Vitaly Lipatov

distr_info: add long option --service-manager, fix print info formatting

parent 0debdee5
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
# You can set ROOTDIR to root system dir # You can set ROOTDIR to root system dir
#ROOTDIR= #ROOTDIR=
PROGVERSION="20230328" PROGVERSION="20230406"
# TODO: check /etc/system-release # TODO: check /etc/system-release
...@@ -884,7 +884,7 @@ case "$1" in ...@@ -884,7 +884,7 @@ case "$1" in
echo " -c - print number of CPU cores" echo " -c - print number of CPU cores"
echo " -i - print virtualization type" echo " -i - print virtualization type"
echo " -m - print system memory size (in MB)" echo " -m - print system memory size (in MB)"
echo " -y - print running service manager" echo " -y|--service-manager - print running service manager"
echo " -z - print current CPU MHz" echo " -z - print current CPU MHz"
echo " --glibc-version - print system glibc version" echo " --glibc-version - print system glibc version"
echo echo
...@@ -993,7 +993,8 @@ case "$1" in ...@@ -993,7 +993,8 @@ case "$1" in
pkgvendor pkgvendor
exit 0 exit 0
;; ;;
-y) -y|--service-manager)
override_distrib "$2"
get_service_manager get_service_manager
;; ;;
-V) -V)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment