Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-01 | Remove some obsolete 'export's | Thomas Bächler | 1 | -1/+1 | |
2011-01-31 | Enhance sleep hook to watch for device availability | Thomas Bächler | 1 | -2/+6 | |
Add a sleepdevice= parameter that will watch for the specified device to appear and then move on. This is more flexible than a defined sleep period and prevents needless waiting if the device appears sooner. Original patch by: Dan McGee <dan@archlinux.org> | |||||
2010-07-05 | Merge branch 'btrfs' of http://github.com/heftig/mkinitcpio into working | Thomas Bächler | 1 | -0/+7 | |
2010-06-23 | Add memdisk hook | Thomas Bächler | 1 | -0/+11 | |
This hook creates a block device for virtual disks created by memdisk (http://syslinux.zytor.com/wiki/index.php/MEMDISK). | |||||
2010-06-19 | Simple Btrfs hook | Jan Steffens | 1 | -0/+7 | |
All it does for now is cause a Btrfs scan so we can mount multi-device volumes. | |||||
2010-06-03 | udev hook: Add --action=add to udevadm trigger | Thomas Bächler | 1 | -1/+1 | |
2010-05-08 | Add dmesg hook | Thomas Bächler | 1 | -0/+5 | |
2010-05-08 | Allow usage of non-utf8 fonts in the consolefont hook, see FS#19109 | Thomas Bächler | 1 | -0/+6 | |
Patch was provided by Mark (voidzero) in https://bugs.archlinux.org/task/19109 This requires busybox commit http://git.busybox.net/busybox/commit/?id=8ce1dc03c1b2b61e51527b987579c09c991cc4b2 which is in the 1.7 branch, a backport will be included in an updated mkinitcpio-busybox package | |||||
2010-02-22 | Add 'sleep' hook | Thomas Bächler | 1 | -0/+9 | |
2010-02-19 | Fix typo in 01cfe5572f6cfc172dddc013494511a59a7ed85f | Thomas Bächler | 1 | -1/+1 | |
2010-02-18 | Fix NFS backward-compatibility with kinit | Thomas Bächler | 1 | -1/+5 | |
NFS options of the style nfsaddrs=* and ip=dhcp (without the long : syntax) used to be supported by kinit, but were undocumented in Arch's help. This change hopefully restores full compatibility with old kinit configurations. | |||||
2010-02-16 | Introduce mount handlers | Thomas Bächler | 1 | -0/+14 | |
Instead of having special NFS code in /init, make it possible for a hook to register a mount handler When a hook sets the mount_handler environment variable, the normal mount code will be skipped and the handler will be called with the path to mount point as the first and only argument. | |||||
2010-02-13 | Minor cosmetic fix | Simon Boulay | 1 | -1/+1 | |
2010-02-13 | Provide better nfsroot/rootserver/rootpath parsing | Simon Boulay | 1 | -13/+26 | |
2010-02-11 | Fix tabs/space indents from commit 866db5c5 | Gerardo Exequiel Pozzi | 1 | -3/+3 | |
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | |||||
2010-02-10 | Add "consolefont" hook to set the console font early | Thomas Bächler | 1 | -0/+10 | |
Patch provided by Davorin Učakar, currently only unicode fonts are supported | |||||
2010-02-09 | Add support for mounting root filesystem over NFS. | Simon Boulay | 1 | -0/+72 | |
2010-02-08 | Fix wrong syntax in the resume hook, finally fix tuxonice (hopefully) | Thomas Bächler | 1 | -11/+13 | |
2010-02-07 | Do not try to load the keymap if no KEYMAP option is set in rc.conf | Thomas Bächler | 1 | -10/+12 | |
Fixes FS#18214 | |||||
2010-02-05 | Remove the raid hook: This will be replaced by the better hook from the ↵ | Thomas Bächler | 1 | -9/+0 | |
mdadm package | |||||
2010-01-12 | Add keymap hook | Thomas Bächler | 1 | -0/+15 | |
2010-01-10 | Add udev hook, originated from the obsolete klibc-udev package | Thomas Bächler | 1 | -0/+8 | |
2010-01-10 | Remove parseblock usage from resume hook, also fix resuming with tuxonice | Thomas Bächler | 1 | -10/+18 | |
2009-06-07 | Always use rootdelay when polling a device, set it earlier in the init file0.5.25 | Thomas Bächler | 1 | -1/+1 | |
2009-06-06 | Use poll_device before resuming, continue if the device doesn't exist | Thomas Bächler | 1 | -10/+12 | |
2009-06-06 | Remove the usb and fw runtime hooks, as a default delay is now always set | Thomas Bächler | 2 | -16/+0 | |
2009-06-06 | Remove the filesystems runtime hook: Detection is done by kinit, don't ↵ | Thomas Bächler | 1 | -46/+0 | |
duplicate code here | |||||
2009-06-06 | Remove the modload hook. It is untested and unmaintained. | Thomas Bächler | 1 | -48/+0 | |
2008-03-22 | Change resume hook to work with tuxonice0.5.18 | Thomas Bächler | 1 | -14/+9 | |
2008-03-16 | Fix various coding style issues | Thomas Bächler | 2 | -3/+3 | |
2007-08-11 | Coding style change, use -n and -z for variable tests | Aaron Griffin | 2 | -4/+4 | |
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@209 880c04e9-e011-0410-abf7-b926e227c9cd | |||||
2007-05-12 | - adjusted all hooks for new modprobe path | Thomas Bächler | 3 | -14/+14 | |
- added compatibility symlink /bin/modprobe - 0.5.14 release git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@206 880c04e9-e011-0410-abf7-b926e227c9cd | |||||
2007-03-12 | * Jan Peter den Heijer <jpdenheijer@gmail.com> | Aaron Griffin | 2 | -2/+2 | |
Default rootdelay for removable devices to 6 seconds. git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@202 880c04e9-e011-0410-abf7-b926e227c9cd | |||||
2007-03-07 | Changes / suggestions from Jan Peter den Heijer <jpdenheijer@gmail.com> | Aaron Griffin | 1 | -1/+0 | |
* Check for root device, drop down to recovery prompt and allow for reboot * Handle rootdelay in init (before udev is killed), to properly populate devices git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@199 880c04e9-e011-0410-abf7-b926e227c9cd | |||||
2007-03-01 | Fix the "Loading root filesystem module...-e" buggy output | Aaron Griffin | 1 | -1/+1 | |
git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@196 880c04e9-e011-0410-abf7-b926e227c9cd | |||||
2006-09-20 | 'updated to new modules in kernel .18' | Tobias Powalowski | 1 | -1/+1 | |
git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@168 880c04e9-e011-0410-abf7-b926e227c9cd | |||||
2006-08-18 | 'upgpkg: removed unneeded base hook, updated init to use replace' | Tobias Powalowski | 1 | -9/+0 | |
git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@160 880c04e9-e011-0410-abf7-b926e227c9cd | |||||
2006-07-31 | fixed resume hook (again) | Thomas Bächler | 1 | -2/+2 | |
git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@136 880c04e9-e011-0410-abf7-b926e227c9cd | |||||
2006-07-25 | added support for suspend2 /sys interface | Thomas Bächler | 1 | -3/+12 | |
git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@134 880c04e9-e011-0410-abf7-b926e227c9cd | |||||
2006-06-14 | 'added hooks to the packages itself' | Tobias Powalowski | 3 | -106/+0 | |
git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@127 880c04e9-e011-0410-abf7-b926e227c9cd | |||||
2006-06-14 | kinit param handling changes | Aaron Griffin | 1 | -2/+2 | |
encryption /dev/mapper dir (whoops) git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@125 880c04e9-e011-0410-abf7-b926e227c9cd | |||||
2006-06-06 | New error conditions: fail on missing hook or missing module | Aaron Griffin | 1 | -5/+9 | |
Filesystem hook changes (parseblock handling) Init changes to allow /arch.cmd command line parsing Misc install script cleanups git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@123 880c04e9-e011-0410-abf7-b926e227c9cd | |||||
2006-06-05 | git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@120 ↵ | Aaron Griffin | 1 | -2/+2 | |
880c04e9-e011-0410-abf7-b926e227c9cd | |||||
2006-05-26 | Moved udev hook/install to udev package | Aaron Griffin | 1 | -7/+0 | |
Added destination name for add_binary git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@116 880c04e9-e011-0410-abf7-b926e227c9cd | |||||
2006-05-26 | Syntax error in if statement... thanks pingu | Aaron Griffin | 1 | -1/+1 | |
git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@115 880c04e9-e011-0410-abf7-b926e227c9cd | |||||
2006-05-19 | rootfstype and rootdelay param handling changes | Aaron Griffin | 1 | -0/+2 | |
git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@111 880c04e9-e011-0410-abf7-b926e227c9cd | |||||
2006-05-16 | 'fixed net install file added new tarball' | Tobias Powalowski | 1 | -8/+0 | |
git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@100 880c04e9-e011-0410-abf7-b926e227c9cd | |||||
2006-05-12 | 'updated net and keymap hooks' | Tobias Powalowski | 1 | -0/+8 | |
git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@97 880c04e9-e011-0410-abf7-b926e227c9cd | |||||
2006-05-10 | Added new parseblock handling (1.3) | Aaron Griffin | 1 | -24/+10 | |
git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@95 880c04e9-e011-0410-abf7-b926e227c9cd | |||||
2006-05-10 | 'added fw stuff' | Tobias Powalowski | 1 | -0/+8 | |
git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@92 880c04e9-e011-0410-abf7-b926e227c9cd |