Modular version of slitaz |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/slitaz Archives
]
- To: slitaz@xxxxxxxxxxxxxxxxxxx
- Subject: Modular version of slitaz
- From: Christopher Rogers <slaxemulator@xxxxxxxxx>
- Date: Fri, 24 Sep 2010 01:07:33 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=rR2iCkGh77s9GP8k9AC11OCQ91FLhMyR0ZJa+D8Sm4s=; b=Sw4bNsxgIS+bDy7DZ6mdjeK2gI3awT9wo94NMOtW17cbXaia7XGcfSaLp/vxjthPZB 865ZkioVk61ArubNKuoIa58Lq2/plvVy98K6tqmt+SrfuMuyuJ/YYlPqS5tuTOgs+ILx hbM8OS47YyejGSrc5/PPfGAszP1x812DH5N+0=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=vVNtAEjMUk/uq2hakEgU1ua0XNleLVwaUBMChu/5FK+8KdxrPbVRkcNaF+SoS6lB1y A6c6r0bGyyKraPlBdcNHveeaIR+52axr5oGMin/0ZI8Tt4W8ljS0Vq2fXanRGnv7TfAQ 85qDAdmIMtPxxtUWeRUP0JXgmKZv30QxC3yvg=
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.