Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-02-07 | Do not try to load the keymap if no KEYMAP option is set in rc.conf | Thomas Bächler | 1 | -11/+13 | |
Fixes FS#18214 | |||||
2010-02-07 | Allow a filesystem name to be an alias instead of a kernel module | Thomas Bächler | 1 | -4/+7 | |
This fixes future bugs in 2.6.33 when the ext4 driver is used for ext3 and ext2, and you want to mount ext2/3 as your root filesystem | |||||
2010-02-05 | Remove the raid hook: This will be replaced by the better hook from the ↵ | Thomas Bächler | 1 | -39/+0 | |
mdadm package | |||||
2010-01-24 | [install/udev] Latest udev uses firmware instead of firmware.sh | Thomas Bächler | 1 | -1/+1 | |
2010-01-12 | Fix UTF8 mode in the keymap hook | Thomas Bächler | 1 | -2/+2 | |
2010-01-12 | Add keymap hook | Thomas Bächler | 1 | -0/+29 | |
2010-01-10 | Add udev hook, originated from the obsolete klibc-udev package | Thomas Bächler | 1 | -0/+28 | |
2010-01-10 | Remove klibc-isms from autodetect: Use blkid for filesystem detection | Thomas Bächler | 1 | -4/+1 | |
2010-01-10 | Make base hook help message more generic, remove klibc reference | Thomas Bächler | 1 | -2/+2 | |
2010-01-10 | Remove kinit usage from /init: Implement parseblock and kinit in shell code, ↵ | Thomas Bächler | 1 | -0/+1 | |
use busybox/switch_root for the final step. TODO: NFS | |||||
2010-01-05 | Start moving from klibc to glibc+busybox | Thomas Bächler | 1 | -12/+9 | |
Remove klibc-isms from base and init (except kinit, which will be done in a later commit) Install busybox to the initramfs and change /init so it can be used with busybox | |||||
2009-12-05 | change to new firewire subsystem | Tobias Powalowski | 1 | -2/+2 | |
2009-11-27 | fixed autodetection of raid module on mdadm>=3.0.x | Tobias Powalowski | 1 | -1/+1 | |
2009-11-02 | fix for pcmciautils-016 | Tobias Powalowski | 1 | -1/+4 | |
2009-07-19 | Add new 2.6.30 storage modules to usb hook0.5.26 | Thomas Bächler | 1 | -0/+1 | |
2009-06-07 | Fix #12374 | Thomas Bächler | 1 | -1/+1 | |
2009-06-07 | Adjust for module-init-tools change: usb-load-ehci-first is now ↵ | Thomas Bächler | 1 | -1/+1 | |
usb-load-ehci-first.conf | |||||
2009-06-06 | Remove the usb and fw runtime hooks, as a default delay is now always set | Thomas Bächler | 2 | -2/+2 | |
2009-06-06 | Remove the filesystems runtime hook: Detection is done by kinit, don't ↵ | Thomas Bächler | 1 | -4/+3 | |
duplicate code here | |||||
2009-06-06 | Remove the modload hook. It is untested and unmaintained. | Thomas Bächler | 1 | -18/+0 | |
2009-06-06 | Add a new file init_functions that contains common functions used in /init ↵ | Thomas Bächler | 1 | -0/+1 | |
and the hooks | |||||
2009-06-06 | Add all hid modules for now, as we cannot autodetect them using sysfs | Thomas Bächler | 1 | -1/+1 | |
2009-05-23 | 'fixed #14781' | Tobias Powalowski | 1 | -1/+1 | |
2009-01-27 | Add extra hid modules when appropriate | Thomas Bächler | 1 | -0/+1 | |
2009-01-11 | Always add /etc/modprobe.d/usb-load-ehci-first to initramfs0.5.21 | Thomas Bächler | 1 | -0/+1 | |
2008-12-30 | Revert fstype -> blkid change0.5.20 | Aaron Griffin | 1 | -1/+1 | |
blkid is part of e2fsprogs, not udev, so it's not as ubiquitous. Additionally, we need to use the same detection at installtime as we do at runtime. Thomas has patched klibc's fstype to work with ext4, so we should continue to use it Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||||
2008-12-29 | Add ext4 to filesystem autodetection | Aaron Griffin | 1 | -0/+1 | |
Original-work-by: Gerhard Brauer <gerhard.brauer@web.de> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||||
2008-12-29 | Use udev's blkid instead of klibc-extra's fstype | Aaron Griffin | 1 | -1/+1 | |
This is better and more updated with regards to figuring out the fs type of a given block device Original-work-by: Gerhard Brauer <gerhard.brauer@web.de> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||||
2008-12-29 | 'renamed ide-disk to ide-gd_mod according to 2.6.28 kernel' | Tobias Powalowski | 2 | -2/+2 | |
2008-08-31 | fixed pcmcia, ide-cd was renamed to ide-cd_mod | Tobias Powalowski | 1 | -1/+1 | |
2008-08-31 | removed firewire-sbp2 from fw install file, it was removed from kernel | Tobias Powalowski | 1 | -1/+1 | |
2008-05-19 | Add a quick workaround for the bug in the new dsdt-initramfs patch0.5.19 | Thomas Bächler | 1 | -1/+1 | |
The current dsdt-initrd patch (0.9a) has a bug where it only finds the file if its name is DSDT.aml, /DSDT.aml is not working, although that filename is allowed. | |||||
2008-04-21 | Do not add CD modules to {p,s}ata, ide and scsi hooks | Thomas Bächler | 4 | -4/+4 | |
2008-04-13 | Don't add the 'generic' ide or pata modules when autodetection is enabled | Thomas Bächler | 1 | -1/+2 | |
2008-03-16 | Fix various coding style issues | Thomas Bächler | 3 | -13/+11 | |
2008-03-15 | Fix syntax error introduced in one of the last commits | Thomas Bächler | 1 | -1/+1 | |
2008-03-15 | Use a temporary directory instead of several files. trap cleanup | Thomas Bächler | 1 | -3/+3 | |
2008-03-15 | v86d failed if called before udev, because /dev/mem didn't exist. This patch ↵ | Thomas Bächler | 1 | -0/+1 | |
allows people to use uvesafb earlier. | |||||
2007-10-31 | Prepare base hook for klibc-module-init-tools | Thomas Bächler | 1 | -8/+6 | |
2007-10-31 | Fix problems with /sbin and /usr/sbin not being in the path, | Thomas Bächler | 1 | -1/+1 | |
fixes Archlinux #8448 | |||||
2007-08-11 | Coding style change, use -n and -z for variable tests | Aaron Griffin | 10 | -10/+10 | |
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-06-11 | 'added new firewire subsystem for .22 kernels' | Tobias Powalowski | 1 | -2/+2 | |
git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@207 880c04e9-e011-0410-abf7-b926e227c9cd | |||||
2007-05-12 | - adjusted all hooks for new modprobe path | Thomas Bächler | 1 | -0/+2 | |
- 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-05-12 | - fix a bug with BINARIES= (also accept shared objects, not only executables) | Thomas Bächler | 1 | -1/+6 | |
- fix some bugs introduced by phrakture (could you be more careful?) git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@204 880c04e9-e011-0410-abf7-b926e227c9cd | |||||
2007-01-22 | 'upgpkg: removed non working raid partitions from raid description' | Tobias Powalowski | 1 | -2/+0 | |
git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@194 880c04e9-e011-0410-abf7-b926e227c9cd | |||||
2007-01-11 | fixed raid autodetection for newer kernels | Thomas Bächler | 1 | -5/+11 | |
git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@191 880c04e9-e011-0410-abf7-b926e227c9cd | |||||
2006-12-07 | reverted partially fucked up commit. should be better now | Thomas Bächler | 2 | -2/+2 | |
git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@190 880c04e9-e011-0410-abf7-b926e227c9cd | |||||
2006-12-07 | - worked around "libata not added" bug. this needs to be looked at carefully | Thomas Bächler | 2 | -2/+2 | |
git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@189 880c04e9-e011-0410-abf7-b926e227c9cd | |||||
2006-12-06 | Trying to address piix issue: | Thomas Bächler | 1 | -0/+4 | |
- added -m to print a message before passing control to kinit - added earlymodules= to preload modules git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@187 880c04e9-e011-0410-abf7-b926e227c9cd | |||||
2006-10-24 | - fix for occasional broken images for ide users | Thomas Bächler | 1 | -0/+6 | |
git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@181 880c04e9-e011-0410-abf7-b926e227c9cd |