Re: [PATCH v2 1/2] UML: hard-code the result of 'uname -s'

From: Richard Weinberger
Date: Sat Aug 19 2023 - 20:19:05 EST


----- Ursprüngliche Mail -----
> Von: "masahiroy" <masahiroy@xxxxxxxxxx>
> We rely on 'uname -s' returning 'Linux' because there are os-Linux/
> directories, but no other os-*/.
>
> Supporting a non-Linux host is unlikely to happen.
>
> Let's hard-code 'Linux'.

While I agree that a non-Linux version is unlikely I'd like to
know why we can't keep the uname -s check?
I guess to avoid unnecessary command execution?

Thanks,
//richard