What Linux distro on vPed

Questions about Wine on Linux
Locked
mczero
Newbie
Newbie
Posts: 3
Joined: Tue Jun 02, 2020 8:26 am

What Linux distro on vPed

Post by mczero »

What Linux distro is used on the vPed by Mode Machines?
uname -a ....reveals everything except what I need to know.

Cheers,
mczero
mczero
Newbie
Newbie
Posts: 3
Joined: Tue Jun 02, 2020 8:26 am

Re: What Linux distro on vPed

Post by mczero »

Thought I'd give more help with the above question. The machine runs Wine ver 5.1.2600 (1.5.24) over Linux.
This is the response to uname -a:

Linux vped 3.8.11-rt8-1-l -pa #1 SMP PREEMPT Wed May 15 20:21:37 CEST 2013 i686 GNU/Linux

I understand a lot like the SMP PREEMTP, but not all of the above, so the question remains:
What distro is this?
Cheers,
mczero
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: What Linux distro on vPed

Post by jkfloris »

Try one of the following commands:

Code: Select all

cat /etc/issue
cat /etc/*release
lsb_release -a
But what does this have to do with Wine?
mczero
Newbie
Newbie
Posts: 3
Joined: Tue Jun 02, 2020 8:26 am

Re: What Linux distro on vPed

Post by mczero »

For anyone interested, I tried:

cat /etc/issue

I got:

Arch Linux \R (\1)

So It's Arch Linux! Answered my own question.
I'm here because Wine runs on top of this, so I'm trying to find what's under the hood. I'll try your suggestions for more info. Thanks.
Locked