Commit graph

8 commits

Author SHA1 Message Date
Juan RP 670f3cbf2d xbps-mklive: update to 0.3.0.
- Code is in public domain, thanks to yours truly.
- Always mount /sys, /dev and /proc before installing packages, GConf
  requires this to register schemas ?!?.

--HG--
extra : convert_revision : c305936c62bf09c05dd8b815c2f09209bcecd283
2010-04-15 19:20:09 +02:00
Juan RP d337d0f59b xbps-mklive: update to 0.2.0.
* Build the initramfs compressed with lzma.
* Remove initramfs and kernel image from rootfs.

This saves ~25MB in the final ISO image.

--HG--
extra : convert_revision : c3457e54f575622d17d94e0d296a72327ad88159
2010-02-20 05:53:13 +01:00
Juan RP ddc29f253b xbps-mklive: update to 0.1.6.
- create a tmpdir in $(pwd), rather than hardcoding /tmp.
- use xbps-bin -r rather than chrooting manually.
- simplify setting of some vars.

--HG--
extra : convert_revision : d5effa8f6a047a51fef0614c01a5f3aae59a7622
2010-01-17 22:46:43 +01:00
Juan RP 9b49599179 xbps-mklive: update for new xbps utils, bump to 0.1.5.
--HG--
extra : convert_revision : 88614ab83e8c7f8cc66026eb7c2d0dedbe5ef5f6
2009-12-22 16:05:54 +01:00
Juan RP c15eeb6a89 xbps-mklive: update to 0.1.4.
After installing all packages, issue an autoupdate+autoremove+purge all.

--HG--
extra : convert_revision : ca55d441e7ba88c2097cf2ec7ecf7e828eaffbd9
2009-11-30 10:06:15 +01:00
Juan RP 670734b8ad xbps-mklive: xbps-digest is no more. Bump to 0.1.3.
--HG--
extra : convert_revision : e4ae5d81aed5539b246c42796a31da6a1b6f01d7
2009-11-27 00:00:54 +01:00
Juan RP 9ac91f9c5b xbps-mklive: update genereated /etc/motd, bump to 0.1.2.
--HG--
extra : convert_revision : fd7a87f1f042a9897dedecf68131041d32216162
2009-11-23 02:30:42 +00:00
Juan RP 85cc462e1d Major infrastructure changes, part 2.
* Moved helpers, common and triggers dirs into xbps-src, where
  they belong.
* Renamed the templates dir to srcpkgs, it was so redundant before.
* Make it possible to add subpkgs with no restriction in names, for
  example udev now has a subpkgs called "libgudev". Previously
  subpkgs were named "${sourcepkg}-${pkgname}".
* xbps-src: changed to look for template files in current directory.
  That means that most arguments from the targets have been removed.
* xbps-src: added a reinstall target, to remove + install.
* xbps-src: do not overwrite binpkgs by default, skip them.

And more that I forgot because it's a mega-commit that I've been
working for some days already...

--HG--
extra : convert_revision : 0f466878584d1e6895d2a234f07ea1b2d1e61b3e
2009-11-22 08:31:44 +01:00