Pprocess, Precord
I have upgraded these two PETs.Pprocess 2.1.1 (zigbert)
http://www.murga-linux.com/puppy/viewtopic.php?t=23024
Precord 6.1.2 (mcewanw)
http://www.murga-linux.com/puppy/viewtopic.php?t=49907
Comments:
Posted on 9 Jul 2010, 22:45 by IgulederLoad SFS from psubdir
Barry, here's some change in Woof that I'm sure many people would appreciate. If you consider it useful, I'd like to see it in Woof.
http://murga-linux.com/puppy/viewtopic.php?p=433033#433033
Lets you load SFSs from psubdir if you have it specified, great for people that use multiple frugal puppies and don't like the mess.
Thank you!
Posted on 10 Jul 2010, 9:20 by BarryK
Re psubdir
The solution can be simpler, insert just one line:
SFSSDIR="$SMNTPT"
[ "$PSUBDIR" ] && SFSSDIR="${SMNTPT}/${PSUBDIR}" #100710
The Boot Manager also needs to be fixed. I will post about a total solution.