[ Thread Index |
Date Index
| More lists.tuxfamily.org/slitaz Archives
]
- To: slitaz@xxxxxxxxxxxxxxxxxxx
- Subject: Modular slitaz scripts
- From: Christopher Rogers <slaxemulator@xxxxxxxxx>
- Date: Sun, 5 Dec 2010 13:07:35 +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=CPVc+b/3IMS95EBjti25g+eQmNUrd8ejWc5Z1YGe6SQ=; b=AmpWvBNoeAOQ+pUw5sUtmecAyYOmgbMdrroFCczPGp3QpkOEwH0j/vSbEKBWqFyk9R r04r9MMKH/R5Vi9ykUXDZW3yP1QrV4SGcExj0JqgMfFyRSscgpYKN7mXh9jLiESwuGhX LuwunHpTo0mjdlGK8RAjogXT+hoRHIFjfsDfs=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Danq3fn/IdXn9pbw4NdfKSIyU2FNWSoIwxa639wfyW4XkJ3Rz2/T6hlAV0t/ltBuy8 9g3LK/yWKj/AyrQUrAM8AXqpzjw5OelyP8U9BntdrlJIgv4mQWGpCwdPIoUSEvl2GfFm lCwlGuOuyrPmHtF2WpwAXQzw+QSGQh30HT2a4=
Here is a link to my repo modular slitaz scripts below:
https://bitbucket.org/godane/modular-slitaz/overview
The scripts make slitaz more like slax. This will allow for alot of flexable for slitaz. Like ex. i can boot directly from iso with findiso=name-of-iso.iso boot option. I can also use changes=/dev/sda3/changes to save my changes to my hard drive partition sda3 in changes folder. There are endless possibles with making modular. Also i think this will save ram when loading the full os into ram since everything is squashfs. This would allow a 30mb squashfs file to only take 30mb of ram in theory. Unlike now where the initramfs would expand and take up to 100mb.
I also have a iso for people check out if they like:
http://godane.wordpress.com/2010/12/03/new-project-modular-slitaz/
That iso is able 389mb i believe. Its using squashfs+gzip and i packed are my fav programs into it.
I hope this helps with future development of slitaz.