mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 01:59:07 +00:00
default to unknown platform if not specified in command line
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
abf4ba2288
commit
c121983dd5
@ -16,4 +16,6 @@ awk -v flag=$1 '{
|
||||
}' /proc/cmdline
|
||||
}
|
||||
|
||||
kvpair mobyplatform
|
||||
PLATFORM=$(kvpair mobyplatform)
|
||||
|
||||
[ -z ${PLATFORM} ] && printf unknown || printf ${PLATFORM}
|
||||
|
Loading…
Reference in New Issue
Block a user