Page 1 of 1

Liblinuxlive and slax to porteus migration

Posted: 28 Nov 2012, 15:01
by jesmith
I'm making the switch from Slax to Porteus, and some of my custom scripts were dependent on liblinuxlive, for this nifty function:

Code: Select all

$(mknod_next_loop_dev)
Since liblinuxlive is gone from porteus, is there an analogous function someplace?

Or should I just hand copy the old liblinuxlive into my build? (Or would that be a bad idea for some reason?)

-Joshua

Re: Liblinuxlive and slax to porteus migration

Posted: 28 Nov 2012, 15:24
by fanthom
yes - you can use liblinuxlive without problems as our scripts does not rely on it so it wont interfere with anything.
(i hope it doesn't export any variables)