Commit graph

5 commits

Author SHA1 Message Date
Juan RP 24988196aa initramfs-tools: update to 0.95.
- busybox is mandatory, so you cannot disable it.
- create /bin/sh as symlink to busybox.
- use shared bins by default, this saves a few KBs.

--HG--
extra : convert_revision : 3c2adcee730822e2b88f08089a96e44769369b9b
2009-12-20 21:18:10 +01:00
Juan RP 9538b11955 initramfs-tools: update to 0.94.
klibc requirement and associated code has been removed due to its current
state, i.e unmaintained. Switch completely to busybox, removes another
annoying build/run dependency.

--HG--
extra : convert_revision : 67ff872d24eb547f538ec656d5565c82d496dcda
2009-12-19 04:48:47 +01:00
Juan RP d85f0d1c59 initramfs-tools: update GRUB2 config file automagically, bumprev.
--HG--
extra : convert_revision : 3b087a19b19b4565e6d480acab342c5c83c08ab0
2009-12-02 04:54:26 +01:00
Juan RP 96ffcf4b86 initramfs-tools: xbps-cmpver is no more, bumprev.
--HG--
extra : convert_revision : 29fc44f6fed11ea5140e484596a80f7f79e1481e
2009-11-26 02:36:33 +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