Lycoris Desktop/LX Review
JigSaw writes: "Lycoris Desktop/LX (formerly known as 'Redmond Linux') is viewed by many as the new big distribution in the "Linux on the Desktop" arena. OSNews features an extensive review of the latest Lycoris and outlines the good and the bad things of the distro. In short, Lycoris seems to suffer from the general GNU/Linux situation to not be ready to power a true desktop-oriented, easy to use distribution yet."
I'm not sure if I read it correctly, but did it read that the basic LX install did NOT include the source code? So are they shipping a version that violates the GPL?
They don't have to ship the sources with the binaries; they're only violating the GPL if they refuse to provide the source code to a customer that requests it. They can even charge a fee for providing the source, and still not be in violation of the GPL. You can read the GPL here".
Check it out.
Liberal (adj.): Free from bigotry; open to progress; tolerant of others.
I could be completely off my rocker here but wasn't it ALWAYS possible to use swap files instead of partitions?
... /swap
/etc/fstab like:
/swap
Now I don't necessarily mean swap files directly supported by the kernel, but if you _really_ wanted to use a swap file instead couldn't you create a file, format it as a linux swap and then mount it as a loopback device?
Something like:
# dd if=/dev/zero of=/swap
# mkswap
Then put an entry in
/swapfile swap swap defaults,loop 0 0
And finally:
# swapon
I just tried this on slackware 8.0 with kernel 2.4.18 and it works. I don't know if this is a "new feature" or anything but I'm pretty sure that as long as your kernel supports loopback devices then this would work.
Maybe someone with better kernel knowledge could provide some better insight.
P.S I still don't see why you would want to do this. Espcially considering that in any good install program geared towards end-users they would not have to worry about partitioning (and even if they did it seems to me like paritioning would still be easier than doing what I described above). At least I know that I would still prefer a swap partition as opposed to a file anyway...
--
Garett