Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |||||
2007-03-12 | * Jan Peter den Heijer <jpdenheijer@gmail.com> | Aaron Griffin | 1 | -9/+14 | |
The attached patch places the $root check before killing udev. The point is this: It gives udev a chance to create the device. It also prints a message saying "if you see the device being created here, try passing rootdelay=8 or higher to the kernel" also some minor edits: - Use echo instead of message when dropping into the shell when $root isn't found. People will always want to see those message i guess... - fixed a little typo : "use d echo * " is now "use echo * " mkinitcpio-rev199-place-rootcheck-before-killing-udev.patch git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@200 880c04e9-e011-0410-abf7-b926e227c9cd | |||||
2007-03-07 | Changes / suggestions from Jan Peter den Heijer <jpdenheijer@gmail.com> | Aaron Griffin | 2 | -8/+19 | |
* 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-05 | Root delay *MUST* be passed on the command line if not using the filesystem hook | Aaron Griffin | 1 | -0/+4 | |
git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@198 880c04e9-e011-0410-abf7-b926e227c9cd | |||||
2007-03-02 | Absolute paths for modinfo and modprobe, as /sbin may not be in everyone's path | Aaron Griffin | 1 | -2/+2 | |
git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@197 880c04e9-e011-0410-abf7-b926e227c9cd | |||||
2007-03-01 | Fix the "Loading root filesystem module...-e" buggy output | Aaron Griffin | 3 | -3/+3 | |
git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@196 880c04e9-e011-0410-abf7-b926e227c9cd | |||||
2007-02-12 | Test existance before adding directories, as per bug #5245 | Aaron Griffin | 1 | -3/+3 | |
git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@195 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-15 | 'fixed lvm2 in config' | Tobias Powalowski | 1 | -3/+3 | |
git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@192 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 | 3 | -4/+4 | |
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 | 3 | -3/+3 | |
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 | 3 | -2/+21 | |
- 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-11-27 | fixed comment in default config | Thomas Bächler | 1 | -1/+1 | |
git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@184 880c04e9-e011-0410-abf7-b926e227c9cd |