@Jasper
I've run both the huge 6.1.13, think it was one of
@peebees, and
@ozsouths' 6.1.14 very sucessfully.
Two things to keep in mind:
Both are structured for OS with lib etc. directly in /, not symlinked to /usr/, the current ubuntu convention. Unsquash the zdrv, and move /lib and /sbin into /usr. Resquash.
Do
not generate symlinks for them in the zdrv. If you are using ozsouths', use the ubuntu flavor.
Since both of these support both AUFS and overlayfs, pass punionfs=overlay as a kernel parameter. Otherwise the install will default to AUFS as these kernels are configured.
OK, three. If you are swapping fdrvs, the same thing applies, Unsquash, create a /usr directory, and move /lib into the /usr directory. Resquash.
A note: Pets, Debs, and PPM installs, 'symlinked flavor' and 'traditional puppy flavor' should be OK to install now as
@jrb has reworked installpkg.sh to adjust paths if needed on install. We've flogged that fix quite a bit and it seems sound.
cheers,