Page 1 of 1

How do I know if I am in porteus 2.0 and not in 2.0 rc

Posted: 04 Apr 2013, 00:05
by francois
I am getting mixed up with all these porteus verions on my linux boxes.

How do I know if I am in porteus 2.0 and not in 2.0 rc?

Code: Select all

root@porteus:/# uname -r
3.7.8-porteus
root@porteus:/# 

Re: How do I know if I am in porteus 2.0 and not in 2.0 rc

Posted: 04 Apr 2013, 00:08
by francois
For a reason I do not understand, I cannot get a folder to be transformed in a porteus module by right click on folder and using Build porteus module option in XFCE. :crazy:

Re: How do I know if I am in porteus 2.0 and not in 2.0 rc

Posted: 04 Apr 2013, 01:23
by brokenman
Thats the v2,0 final.

Take a look in the /opt/porteus-scripts/context-menu/create-module script and add: set -x to the top somewhere then use:

Code: Select all

create-module /path/to/folder

Re: How do I know if I am in porteus 2.0 and not in 2.0 rc

Posted: 04 Apr 2013, 02:40
by francois
Could this be called a bug?

Finally, I got around it using dir2xzm.

Thanks a lot brokenman.