Commit graph

62 commits

Author SHA1 Message Date
Juan RP ad2194ebf2 Remove flist files; not the way to go. I'll find another way. 2012-02-10 16:59:21 +01:00
Juan RP 50c2ff1926 First pass at creating flist files, will be used by the upcoming xbps-src-18. 2012-02-10 09:25:25 +01:00
Juan RP 41e76f6fab initramfs-tools: add nilfs2 module by default. 2012-02-04 11:49:10 +01:00
Juan RP 03402cd0de initramfs-tools: require module-init-tools>=3.17. 2012-01-24 09:37:15 +01:00
Juan RP 04a34c3fe9 initramfs-tools: copy modules.builtin to initramfs, required by kmod. 2012-01-23 17:30:28 +01:00
Juan RP 40d43ef585 initramfs-tools: only required module-init-tools at run time. 2012-01-23 17:16:57 +01:00
Juan RP a8af5a5c69 initramfs-tools: remove obsolete/unexistend modules from hooks. 2012-01-23 15:33:34 +01:00
Juan RP 375b381bd7 initramfs-tools: update to 0.99.112.
mkinitramfs: strip unneeded symbols for all binaries if strip cmd is available.
2012-01-13 16:01:45 +01:00
Juan RP a7d67a2b5a initramfs-tools: update to 0.99.111.
- Removed NFS/network boot, it never worked anyway.
- Removed support for booting from UBIFS and exotic platforms.
- Create busybox links at initramfs creation time.
- Panic if mounting devtmpfs fails, udev requires this now.
- Mount devpts filesystem once udev has been started.
- Move all mounted filesystemd to the real root before switching root.
2012-01-13 15:10:43 +01:00
Juan RP 3e3f405aeb initramfs-tools: create /run/udev and /run/initramfs-tools with proper perms. 2011-11-22 07:55:28 +01:00
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