Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2008-04-02 | Remove filelist sorting, as it causes random bugs0.5.18.1 | Thomas Bächler | 1 | -2/+0 | |
2008-03-22 | Change resume hook to work with tuxonice0.5.18 | Thomas Bächler | 1 | -14/+9 | |
2008-03-16 | Modify mkinitcpio.conf to use pata as default instead of ide.0.5.18pre2 | Thomas Bächler | 1 | -4/+8 | |
2008-03-16 | Update manpage | Thomas Bächler | 2 | -10/+13 | |
2008-03-16 | Fix a potential bug due to a wrong find call | Thomas Bächler | 1 | -1/+1 | |
2008-03-16 | Fix various coding style issues | Thomas Bächler | 8 | -53/+51 | |
2008-03-16 | Remove a warning during image generation | Thomas Bächler | 1 | -1/+0 | |
2008-03-15 | Remove duplicate files from the filelist, gen_init_cpio actually adds them ↵0.5.18pre1 | Thomas Bächler | 1 | -0/+2 | |
to the image twice | |||||
2008-03-15 | Fix trap call, always call cleanup | Thomas Bächler | 2 | -3/+11 | |
2008-03-15 | Fix syntax error introduced in one of the last commits | Thomas Bächler | 2 | -3/+3 | |
2008-03-15 | Make presets more powerful: a fallback image can be generated without a ↵ | Thomas Bächler | 2 | -8/+22 | |
separate configuration file | |||||
2008-03-15 | Use a temporary directory instead of several files. trap cleanup | Thomas Bächler | 2 | -20/+27 | |
2008-03-15 | Add -S option to skip hooks when building the image | Thomas Bächler | 1 | -8/+12 | |
2008-03-15 | Use the new -s= option of replace | Thomas Bächler | 1 | -12/+2 | |
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. | |||||
2008-01-04 | Allow init=??? syntax again | Aaron Griffin | 2 | -8/+10 | |
Using an explicit set of params passed to kinit is annoying, because we forget things like this. Add init=??? syntax again, for i.e. init=/bin/bash to recover a root password Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||||
2007-11-14 | Don't build manpage for now, as it doesn't always work for unknown reasons.0.5.17 | Thomas Bächler | 2 | -1/+186 | |
Instead, include the uncompressed manpage AND the source. | |||||
2007-11-09 | Adjust install script to build the manpage | Thomas Bächler | 1 | -0/+2 | |
2007-11-09 | Manpage now uses asciidoc. | Thomas Bächler | 2 | -0/+118 | |
It is not all perfect yet, looks good enough. | |||||
2007-11-03 | Fix Archlinux bug #8490, HAS_MODULES was only set if a dependency of | Thomas Bächler | 1 | -1/+1 | |
a module is found, not for the module itself. | |||||
2007-10-31 | Add manpage to package. This is only temporary, until we get the0.5.16 | Thomas Bächler | 2 | -0/+2 | |
"source" of it and build it properly. | |||||
2007-10-31 | Revert "Add manpage to package. This is only temporary, until we get the" | Thomas Bächler | 2 | -2/+0 | |
This reverts commit 06effe2898b15816f68c19877d6ef3c189a71536. | |||||
2007-10-31 | Add manpage to package. This is only temporary, until we get the | Thomas Bächler | 2 | -0/+2 | |
"source" of it and build it properly. | |||||
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 | 2 | -3/+7 | |
fixes Archlinux #8448 | |||||
2007-08-11 | Coding style change, use -n and -z for variable tests | Aaron Griffin | 15 | -35/+35 | |
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 | 6 | -16/+29 | |
- 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 init for users that use neither udev nor filesystems | Thomas Bächler | 1 | -10/+27 | |
git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@205 880c04e9-e011-0410-abf7-b926e227c9cd | |||||
2007-05-12 | - fix a bug with BINARIES= (also accept shared objects, not only executables) | Thomas Bächler | 3 | -12/+15 | |
- 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-03-14 | 2007-03-14 Jan Peter den Heijer <jpdenheijer@gmail.com> | Aaron Griffin | 1 | -1/+1 | |
* mkinitcpio/functions (add_dir) remove existing dir check before adding git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@203 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-12 | * Jan Peter den Heijer <jpdenheijer@gmail.com> | Aaron Griffin | 1 | -0/+1 | |
This one exports $rootdelay to $kinit_params to avoid having to wait for $rootdelay 2 times when one specifies rootdelay=x on the kernel cmdline (one in init, one for kinit)... git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@201 880c04e9-e011-0410-abf7-b926e227c9cd |