Commit graph

11 commits

Author SHA1 Message Date
Juan RP 23fb1c42f5 initramfs-tools: add a depends file for new kernel-xen-dom0.
--HG--
extra : convert_revision : b89aa7cf6ad955d1f14bbb95093a8006a1a5fdc3
2010-02-25 04:31:56 +01:00
Juan RP f85c07402c initramfs-tools: update to 0.98.
update-initramfs: added two new flags -V and -B:
 -V: prints initramfs-tools version.
 -B: do not run grub-mkconfig.

--HG--
extra : convert_revision : 700fe54a0323ad7b8c34af85cfa7f52fe43ce63d
2010-02-25 04:07:57 +01:00
Juan RP d78588a13c initramfs-tools: update to 0.97.2.
* Add a script to load fbcon module very early so that KMS doesn't fail.
* Removed all_generic_ide, it's obsolete.

--HG--
extra : convert_revision : 415ea2975ff900d4b2f2d9dfdf0c3c57ec98167e
2010-02-25 02:15:12 +01:00
Juan RP 3830aaba2d initramfs-tools: update to 0.97.1.
Add fbcon to the video block of added modules, without this KMS
won't display anything and you'll get a black screen.

--HG--
extra : convert_revision : eff6648dcc5090804a1e7284f34637babf0cf2a3
2010-02-25 01:41:28 +01:00
Juan RP 00cfa9ee5f initramfs-tools: added support for bzip2 and lzma compressed initramfs.
By default behaviour hasn't been changed, `gzip'. You can now compress
them with bzip2 or lzma. By default -9 is always used, we are worried
about size here so I don't think it should be tweakable.

A new option for initramfs.conf has been added COMPRESSION_TYPE.

--HG--
extra : convert_revision : 4ad57146dc1b7bee2585c1d4d792b3ea242e1fd3
2010-02-20 04:06:10 +01:00
Juan RP 371b5c4314 initramfs-tools: add /bin/resume into the initramfs, bump to 0.96.
--HG--
extra : convert_revision : 6aabd4dc1dbfc09f9effd0cfa18b8f063690e3cb
2010-02-19 06:44:50 +01:00
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