* Compress kernel with gzip rather than lzma, it's faster.
* Mark package as essential for upgrades, not optimal but works.
--HG--
extra : convert_revision : 67e7a831b26ae4b7a58d9455593c49e911a984ce
Added an INSTALL script that updates GRUB's menu.lst file at
post-installation time... simple but will be improved later.
--HG--
extra : convert_revision : 0ce38f532a8e8d2bfdef21dcd35fe0562732ad09
- Enable all DVB drivers.
- Enable all USB drivers.
- Enable all framebuffer drivers, and vesafb built in.
- Enable all sound drivers.
- Disable some debugging options.
With these changes (among other things) I'm able to boot with
vga=XXX without getting a black screen.
--HG--
extra : convert_revision : fc062cec077764bfa74d597bfbfc8d7f244462ed
It's activated at post-install time, and only if template uses:
triggers="initramfs-tools". Use it in the kernel package.
Also print a message when a trigger is being run.
--HG--
extra : convert_revision : 3f2a0c113ed523e4b09822665cf6d94e30b7d1e4
Also the following changes were made:
* Added an info-files trigger, to (un)register info files.
* xbps-base-dirs: it's responsible to install triggers on destdir.
--HG--
extra : convert_revision : 8d707053616f38d2b5beef7cf28e1bc4a66812b8
These new vars are DESTDIR (by default XBPS_DESTDIR/pkgname-version),
SRCPKGDESTDIR (XBPS_DESTDIR/sourcepkg-version) and FILESDIR
(XBPS_TEMPLATESDIR/pkgname/files).
This simplifies packages that used them.
--HG--
extra : convert_revision : 287ea7128cb5df19870ca7aff0a3b8f99a11d63a
Some other changes related for this:
- Modify binpkg.sh to always insert the INSTALL script at head of
the archive, and appending files after it.
- Modify binpkg.sh to compress binpkgs with bzip2 -9 to save some bytes.
--HG--
extra : convert_revision : b651b944f11c48dede1bbcea658182bf0984e8f3
* Build UNIX sockets support in kernel, not as module. It seems udev
needs this very early in the initramfs.
* Update build_depends to depend on initramfs.
--HG--
extra : convert_revision : 73f886ff320090b466e0c5f93ab7c8a4e075c38a
Now every template uses its own directory. Patches, prepost* files
and other related stuff are stored there.
--HG--
extra : convert_revision : bbc529ef161d9a59fe13a1d54ac058f77ea05845