This iso has the fully rewritable rootfs (/) with aufs+squashfs
With what you have mentioned is this flavor capable of merging/layering a squashfs file
to your root / current system? like for example.
/ = rootfs.gz our root after system boots up
openoffice.sqfs = squashfs mounted to say /openoffice directory where we need to merge or layer to our existing root /
doing this command:
mount -o remount,append:/openoffice / (We have a layered open office to our root)
mount -o remount,del:/openffice / ( to detach openoffice to our root)
I wish it has this feature as you are using aufs. Looking forward to test your custom isos.
On Fri, Sep 24, 2010 at 4:07 AM, Christopher Rogers
<slaxemulator@xxxxxxxxx> wrote:
I finally have a modular version of slitaz that works.
http://arch-live.isawsome.net/iso/slitaz/20100923/
This iso has the fully rewritable rootfs (/) with aufs+squashfs. I have boot options like changes for save changed files on livecd to usb stick. There is also a findiso boot option to boot directly from iso if your using grub2/syslinux.
How to make the iso:
download base-slitaz.flavor file to /home/slitaz/flavors/ folder
open shell in /home/slitaz/flavors/
tazlito get-flavor base-slitaz
tazlito gen-iso base-slitaz
The above just builds the base iso. You need to copy taz2sqfs script in rootcd/slitaz/rootcopy/usr/sbin folder to /usr/sbin to build the .sqfs file. There is a pkg.list file in rootcd/slitaz/rootcopy folder.
taz2sqfs pkg-list pkg.list
copy the pkg.sqfs to /home/slitaz/distro/rootcd/slitaz/base folder.
tazlito gen-iso in /home/slitaz/distro folder.
I'm sorry if this is confusing to build. I plan on making a script to make building it easier.
I hope this helps.