Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-08-05 | Add Makefile. | Loui Chang | 1 | -0/+44 | |
Signed-off-by: Loui Chang <louipc.ist@gmail.com> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||||
2009-08-05 | Remove trailing whitespace in manpage. | Loui Chang | 1 | -26/+26 | |
Signed-off-by: Loui Chang <louipc.ist@gmail.com> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||||
2009-08-05 | Update man page to reflect current usage of HOOKS. | Loui Chang | 1 | -2/+4 | |
Signed-off-by: Loui Chang <louipc.ist@gmail.com> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||||
2009-08-05 | Do not rely on -L test; use -h instead. | Loui Chang | 4 | -5/+5 | |
See `man dash` Signed-off-by: Loui Chang <louipc.ist@gmail.com> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||||
2009-08-05 | Eliminate bashisms so things work in dash. | Loui Chang | 2 | -6/+6 | |
Signed-off-by: Loui Chang <louipc.ist@gmail.com> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||||
2009-08-05 | Set $UID if unset, required by the autodetect hook. | Loui Chang | 1 | -0/+4 | |
$UID isn't set by default in dash. Signed-off-by: Loui Chang <louipc.ist@gmail.com> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||||
2009-07-19 | Add new 2.6.30 storage modules to usb hook0.5.26 | Thomas Bächler | 1 | -0/+1 | |
2009-06-07 | Always use rootdelay when polling a device, set it earlier in the init file0.5.25 | Thomas Bächler | 2 | -8/+8 | |
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-07 | Pass arguments to init properly | Thomas Bächler | 1 | -3/+4 | |
2009-06-07 | Don't only check for block devices, but also for symbolic links. | Thomas Bächler | 2 | -3/+3 | |
If we have a symlink, we don't check further if it points to a block device, partially due to klibc's readlink being broken. | |||||
2009-06-07 | Fix an 'elif' that should have been an 'if' | 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 | 4 | -18/+2 | |
2009-06-06 | Rework the root device detection / creation stage | Thomas Bächler | 1 | -36/+34 | |
- Set rootdelay to 10 by default - Skip the whole detection stage if we use root on nfs - Use the new poll_device function to wait for at most $rootdelay seconds - Always pass rootdelay=0 to kinit, as we ensure the existence of the root device - Don't reboot after the fallback. This allows a user to fix a problem and continue booting - Rely on kinit to detect the root filesystem type. The rootfstype= option can still be used to override Our old method would have failed as well, as the code for filesystem detection is the same | |||||
2009-06-06 | Remove the filesystems runtime hook: Detection is done by kinit, don't ↵ | Thomas Bächler | 2 | -50/+3 | |
duplicate code here | |||||
2009-06-06 | Remove the modload hook. It is untested and unmaintained. | Thomas Bächler | 2 | -66/+0 | |
2009-06-06 | Add common poll_device function | Thomas Bächler | 1 | -0/+15 | |
2009-06-06 | Add a new file init_functions that contains common functions used in /init ↵ | Thomas Bächler | 4 | -2/+11 | |
and the hooks | |||||
2009-06-06 | Add support for lzma and bzip2 compression for the image | Thomas Bächler | 2 | -1/+10 | |
2009-06-06 | Add all hid modules for now, as we cannot autodetect them using sysfs | Thomas Bächler | 1 | -1/+1 | |
2009-05-24 | 'added firmware parsing to add_modules #14783'0.5.24 | Tobias Powalowski | 1 | -1/+6 | |
2009-05-23 | 'added symlinks to add_binary fixes #7999' | Tobias Powalowski | 1 | -1/+1 | |
2009-05-23 | 'fixed #14781' | Tobias Powalowski | 1 | -1/+1 | |
2009-04-08 | Improve modalias parsing line | Aaron Griffin | 1 | -1/+1 | |
Replace find-exec syntax, using + instead of \; This is faster (executes cat for all files instead of once for each file found). IMPORTANT: This also has the added benefit of fixing a bash 4.0 bug where $(find ... -exec ... \;) fails hard. Ugh Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||||
2009-02-04 | Silence errors when killing udevd | Gerardo Exequiel Pozzi | 1 | -1/+1 | |
udev forks some processes, and sometimes minips returns multiple PIDs. The error messages are annoying, so we'll simply remove them Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||||
2009-01-27 | Add extra hid modules when appropriate | Thomas Bächler | 1 | -0/+1 | |
2009-01-23 | Dry-run output check was reversed, whoops | Aaron Griffin | 1 | -1/+1 | |
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||||
2009-01-23 | Revert BASEDIR and dest changes0.5.23 | Aaron Griffin | 1 | -3/+8 | |
These changes are potential breakers and we are not fully prepared to test them, nor are they fully usable just yet. Revert for now. Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||||
2009-01-23 | Fix a dash/underscore module name issue | Aaron Griffin | 1 | -3/+4 | |
This was introduced with the switch to resolve-modalias Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||||
2009-01-21 | Use BASEDIR for adding binaries and dependent libs | Aaron Griffin | 1 | -2/+2 | |
Hook's BINARIES settings were being copied from the parent if using an alternate BASEDIR. This should fix that Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||||
2009-01-21 | Make sure gzip doesn't delete the man page | Aaron Griffin | 1 | -1/+1 | |
The install.sh script compresses our man page, but effectively deletes it. Let's fix that. Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||||
2009-01-21 | Remove 'dest' logic from add_binary | Aaron Griffin | 1 | -6/+1 | |
This was never used and has no potential to be used. Just delete it. Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||||
2009-01-21 | Change initial output when running a dry-run0.5.22 | Aaron Griffin | 1 | -1/+5 | |
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||||
2009-01-21 | Adjust copyright year | Aaron Griffin | 1 | -1/+1 | |
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||||
2009-01-21 | Use udev's resolve-modalias in place of modprobe | Aaron Griffin | 1 | -2/+5 | |
This fixes issues with module resolving AND makes us run a bit faster Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||||
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-12-29 | Merge branch 'master' of ↵ | Tobias Powalowski | 0 | -0/+0 | |
git+ssh://tpowa@archlinux.org/srv/projects/git/mkinitcpio | |||||
2008-10-06 | Remove missing firewire module0.5.19.1 | Gerhard Brauer | 1 | -1/+1 | |
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||||
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-05-14 | Fix a bug in -v output, introduced in the coding style cleanup | Thomas Bächler | 1 | -1/+1 | |
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 | |