Age | Commit message (Expand) | Author | Files | Lines |
2009-10-08 | Skip options starting with a digit, sh variables must not start with a digit. | Thomas Bächler | 1 | -0/+1 |
2009-09-30 | rootdelay check: Fix compatibility with other sh implementations than dash an... | Thomas Bächler | 1 | -1/+1 |
2009-08-05 | Do not rely on -L test; use -h instead. | Loui Chang | 1 | -1/+1 |
2009-06-07 | Always use rootdelay when polling a device, set it earlier in the init file0.5.25 | Thomas Bächler | 1 | -7/+7 |
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 | 1 | -1/+1 |
2009-06-07 | Fix an 'elif' that should have been an 'if' | Thomas Bächler | 1 | -1/+1 |
2009-06-06 | Rework the root device detection / creation stage | Thomas Bächler | 1 | -36/+34 |
2009-06-06 | Add a new file init_functions that contains common functions used in /init an... | Thomas Bächler | 1 | -2/+1 |
2009-02-04 | Silence errors when killing udevd | Gerardo Exequiel Pozzi | 1 | -1/+1 |
2008-03-16 | Fix various coding style issues | Thomas Bächler | 1 | -11/+11 |
2008-03-15 | Use the new -s= option of replace | Thomas Bächler | 1 | -12/+2 |
2008-01-04 | Allow init=??? syntax again | Aaron Griffin | 1 | -0/+2 |
2007-08-11 | Coding style change, use -n and -z for variable tests | Aaron Griffin | 1 | -5/+5 |
2007-05-12 | - adjusted all hooks for new modprobe path | Thomas Bächler | 1 | -2/+2 |
2007-05-12 | - fix init for users that use neither udev nor filesystems | Thomas Bächler | 1 | -10/+27 |
2007-05-12 | - fix a bug with BINARIES= (also accept shared objects, not only executables) | Thomas Bächler | 1 | -8/+6 |
2007-03-12 | * Jan Peter den Heijer <jpdenheijer@gmail.com> | Aaron Griffin | 1 | -0/+1 |
2007-03-12 | * Jan Peter den Heijer <jpdenheijer@gmail.com> | Aaron Griffin | 1 | -9/+14 |
2007-03-07 | Changes / suggestions from Jan Peter den Heijer <jpdenheijer@gmail.com> | Aaron Griffin | 1 | -7/+19 |
2007-03-05 | Root delay *MUST* be passed on the command line if not using the filesystem hook | Aaron Griffin | 1 | -0/+4 |
2007-03-01 | Fix the "Loading root filesystem module...-e" buggy output | Aaron Griffin | 1 | -1/+1 |
2006-12-06 | Trying to address piix issue: | Thomas Bächler | 1 | -0/+9 |
2006-10-24 | - Preset changes to better config file format | Thomas Bächler | 1 | -0/+1 |
2006-09-11 | Added quotes to "msg" to honor leading/trailing spaces | Aaron Griffin | 1 | -1/+1 |
2006-09-01 | 'upgpkg: added hardcoded parameters to be skipped from reaplce, until we find... | Tobias Powalowski | 1 | -4/+12 |
2006-08-28 | temporarily disabled two replace statements | Thomas Bächler | 1 | -2/+4 |
2006-08-18 | 'upgpkg: removed unneeded base hook, updated init to use replace' | Tobias Powalowski | 1 | -7/+11 |
2006-08-11 | 'fixed blacklisting support' | Tobias Powalowski | 1 | -2/+4 |
2006-08-09 | As of klibc-extras 2.0, 'replace' replaces 'split' | Aaron Griffin | 1 | -2/+2 |
2006-08-08 | Init fixes for the silly "." issue. | Aaron Griffin | 1 | -0/+1 |
2006-08-06 | init fix part 2 \:\( | Thomas Bächler | 1 | -1/+1 |
2006-08-06 | fixed init again | Thomas Bächler | 1 | -1/+1 |
2006-08-04 | Solved IFS issues | Thomas Bächler | 1 | -5/+2 |
2006-08-01 | Accept resume changes (brain0) | Aaron Griffin | 1 | -3/+3 |
2006-06-14 | kinit param handling changes | Aaron Griffin | 1 | -3/+3 |
2006-06-06 | New error conditions: fail on missing hook or missing module | Aaron Griffin | 1 | -2/+2 |
2006-05-19 | rootfstype and rootdelay param handling changes | Aaron Griffin | 1 | -2/+1 |
2006-05-10 | udev: remove extra copy of ieee1394 | Aaron Griffin | 1 | -1/+4 |
2006-05-07 | 'fixed mdadm check and modprobe hardcoded' | Tobias Powalowski | 1 | -2/+1 |
2006-05-07 | Switched kernel-known modprobe, for init-based autoloading | Aaron Griffin | 1 | -0/+3 |
2006-05-05 | kinit param handling change to match kinit patch (cmdline.patch) | Aaron Griffin | 1 | -1/+4 |
2006-05-05 | replace_root changes for encryption | Aaron Griffin | 1 | -1/+2 |
2006-05-03 | Merged autodetect changes from tpowa. | Aaron Griffin | 1 | -0/+7 |
2006-05-02 | Minor changes... more to come - out of time for the day | Aaron Griffin | 1 | -0/+1 |
2006-05-02 | Misc changes to module detection - tpowa | Aaron Griffin | 1 | -2/+2 |
2006-04-27 | init level fix - Thanks, _Gandalf_ | Aaron Griffin | 1 | -0/+1 |
2006-04-26 | Add disablemodules= kernel param | Aaron Griffin | 1 | -6/+16 |
2006-04-26 | git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@17 880c04e... | Aaron Griffin | 1 | -1/+1 |
2006-04-25 | Clean up init - chunks in base and filesystem hooks | Aaron Griffin | 1 | -25/+4 |