Commit graph

52 commits

Author SHA1 Message Date
Juan RP c3b49676fe initramfs-tools: do not set ROOTDIR in kernel hooks. 2011-11-10 14:15:27 +01:00
Juan RP 87801d2d67 initramfs-tools: use make_dirs, bump version. 2011-11-09 15:54:24 +01:00
Juan RP 23dd7d008e Update build_style for all templates.
- There's no need to set build_style for custom-install (default).
- gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
2011-10-24 14:14:47 +02:00
Juan RP adcc7b2c39 initramfs-tools: more ROOTDIR love. 2011-10-17 18:09:15 +02:00
Juan RP 8ce4ce3080 initramfs-tools: fixes to create an initramfs with fakeroot. 2011-10-17 16:49:21 +02:00
Juan RP 568f22cad6 initramfs-tools: mount /dev/pts, add DRM/KMS modules. 2011-10-13 16:28:02 +02:00
Juan RP a5b99f522c initramfs-tools: fix KEYMAP and use loadkmap/kbd_mode from busybox. 2011-10-12 21:22:25 +02:00
Juan RP bdd5d4209b initramfs-tools: in resume script just ignore stderr, which is noisy. 2011-10-12 18:46:40 +02:00
Juan RP deba6e1f6b initramfs-tools: sync with upstream (Debian) version: 0.99. 2011-07-22 09:14:02 +02:00
Juan RP 22c5cba96f initramfs-tools: remove references to vanilla. 2011-07-17 01:19:36 +02:00
Juan RP b2c180073d initramfs-tools: kernel hooks support, remove -B flag. 2011-07-10 00:02:10 +02:00
Juan RP c335a73af5 initramfs-tools: use default size for /run, 10MB is too little. 2011-07-08 00:54:17 +02:00
Juan RP d9dd98aa86 initramfs-tools: move /run fs to ${rootmnt}, to preserve udev and debug. 2011-06-19 01:18:33 +02:00
Juan RP 56a90266cf initramfs-tools: fix xz compression mode, needs crc32 to work. 2011-05-25 13:29:55 +02:00
Juan RP efa9c7a8ac initramfs-tools: change default compression type to xz (best compression mode). 2011-05-25 12:07:18 +02:00
Juan RP 94b8d8871c initramfs-tools: add hooks for klibc's resume and module-init-tools. 2011-05-25 11:53:47 +02:00
Juan RP 2916d616a9 initramfs-tools: make KEYMAP option really work, remove lsinitramfs. 2011-05-25 11:20:43 +02:00
Juan RP 5ae93346f2 initramfs-tools: umount /run, reduce size of /run tmpfs. 2011-04-29 22:41:37 +02:00
Juan RP 6b4cb03a83 Update packages to use /run and compat symlinks inside of it.
/run is now used explicitly by udev>=167 so I followed the lead and
updated XBPS core packages to use it by default.
2011-04-29 20:26:58 +02:00
Juan RP 71350060db initramfs-tools: fix a logic error in hook-functions.
--HG--
branch : gnome3
2011-03-10 18:03:28 +01:00
Juan RP 01a9868a70 initramfs-tools: performance and misc fixes.
mkinitramfs: run_bootloader shall be called if -B not specified for delete mode.
mkinitramfs: use find -L when copying scripts files, so that it works
	     in a chroot for xbps-src.
init: do not mount devpts, do not create /var/lock, umount /sys
      and /proc in initramfs.
scripts: simplify them and assume that blkid is used everywhere.
scripts: remove specific stuff for lilo compat.

--HG--
branch : gnome3
2011-03-05 12:20:41 +01:00
Juan RP 4df2ac55c6 initramfs-tools: re-add the fbcon hook. 2011-02-16 19:23:46 +01:00
Juan RP 4c1c20873c initramfs-tools: re-add init-top/fbconsole script for KMS. 2011-02-16 12:07:14 +01:00
Juan RP ecbc26168d initramfs-tools: make the test for NOEXEC depend on /etc/mtab again, to avoid a warning. 2011-02-16 08:42:10 +01:00
Juan RP 89863f9877 initramfs-tools: there's no need to have a 'depends' file. 2011-02-15 15:58:41 +01:00
Juan RP bb65bdbef5 initramfs-tools: do not create busybox modprobe applet in the ramdisk. 2011-02-14 21:55:50 +01:00
Juan RP 9ce11c5d06 initramfs-tools: sync with latest debian version 0.98.8. 2011-02-13 17:43:18 +01:00
Juan RP faff8849e0 initramfs-tools: generate busybox applet symlinks dynamically, bumpver. 2011-02-11 16:28:00 +01:00
Juan RP 3126d37220 initramfs-tools: umount /proc before calling /sbin/init, OpenRC will mount it for us. Bumprev. 2011-02-11 12:18:27 +01:00
Juan RP a2ac943e6c initramfs-tools: simplify switch_root line in scripts/init. Bump version. 2011-01-16 12:31:54 +01:00
Juan RP a345021c2a Bump revision for pkgs requiring util-linux-ng (now util-linux). 2011-01-11 14:46:44 +01:00
Juan RP fc40f4408e initramfs-tools: fix do_install target. 2010-12-17 14:39:43 +01:00
Juan RP 3717d26128 initramfs-tools: run run_bootloader() when creating (-c) the initramfs with update-initramfs(8).
Bump to 0.99.6.debian0.98.5.
2010-12-07 16:39:39 +01:00
Juan RP 8865ec83fa initramfs-tools: oops, add missing files required by the previous update. 2010-11-11 00:40:25 +01:00
Juan RP 86b729c508 initramfs-tools: don't forget to copy /bin/resume for hibernation to work, bump minver. 2010-11-10 23:35:41 +01:00
Juan RP 0e4a1d574e initramfs-tools: sync code with upstream 0.98.5. 2010-11-10 23:22:48 +01:00
Juan RP c81781ab0f initramfs-tools: update to 0.99.3, sync with debian 0.95.1. 2010-06-03 01:35:01 +02:00
Juan RP f3c2daf62c initramfs-tools: update to 0.99.2.
- Fixed an error in run_bootloader() that failed to detect the device
  where GRUB should be installed.
- Use command -v to detect presence of grub-mkconfig.
2010-05-18 02:06:35 +02:00
Juan RP ddb51715a4 initramfs-tools: some fixes for scripts/local, bump to 0.99.1. 2010-05-17 18:39:55 +02:00
Juan RP a214baad07 initramfs-tools: sync with Debian 0.94.4.
Now the version also specifies what Debian version the code uses, i.e
"0.99.debian0.94.4".

--HG--
rename : srcpkgs/initramfs-tools/files/scripts/init-premount/blacklist => srcpkgs/initramfs-tools/files/scripts/init-top/blacklist
2010-05-17 17:43:30 +02:00
Juan RP 304cf3c9c2 initramfs-tools: update to 0.98.1.
Simply check if /usr/sbin/grub-mkconfig exists and run it if -B not set.
2010-05-06 02:36:18 +02:00
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