Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-02-07 | Remove an extra whitespace from the emergency shell prompt | Thomas Bächler | 1 | -1/+1 | |
2010-02-07 | Release 0.5.99.30.5.99.3 | Thomas Bächler | 1 | -1/+1 | |
2010-02-07 | Settle remaining uevents before killing udevd | Thomas Bächler | 1 | -0/+2 | |
2010-02-05 | Remove the raid hook: This will be replaced by the better hook from the ↵ | Thomas Bächler | 2 | -48/+0 | |
mdadm package | |||||
2010-02-05 | Respect rootfstype command line parameter | Thomas Bächler | 1 | -1/+5 | |
2010-01-29 | Nicer shell prompt in the break/emergency shell | Thomas Bächler | 2 | -2/+6 | |
2010-01-24 | Install load-modules.sh to the tarball | Thomas Bächler | 1 | -0/+1 | |
2010-01-24 | [install/udev] Latest udev uses firmware instead of firmware.sh | Thomas Bächler | 1 | -1/+1 | |
2010-01-24 | Use modprobe --resolve-alias for resolving aliases in autodetect as Arch's ↵ | Thomas Bächler | 1 | -1/+1 | |
udev 150-1 removes resolve-modalias | |||||
2010-01-14 | Correct ${RESOLVEALIAS} usage that broke after the last commit | Thomas Bächler | 1 | -1/+1 | |
2010-01-14 | Remove more klibc'isms from blacklisting code in load-modules.sh: | Thomas Bächler | 1 | -4/+9 | |
- As in http://mailman.archlinux.org/pipermail/arch-commits/2010-January/072491.html, replace resolve-modalias with modprobe --resolve-alias - Remove usage of custom moddeps binary, replace it with the same 'sed' line as in /lib/udev/load-modules.sh | |||||
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 | 2 | -0/+44 | |
2010-01-12 | Correct load-modules.sh permissions (+x was missing) | Thomas Bächler | 1 | -1/+1 | |
2010-01-12 | Replace custom minips with busybox pidof | Thomas Bächler | 1 | -1/+1 | |
2010-01-12 | Fix a small oops in the sed usage | Thomas Bächler | 1 | -2/+2 | |
2010-01-12 | Replace the custom 'replace' tool with 'sed' | Thomas Bächler | 2 | -14/+15 | |
2010-01-12 | Fix adding duplicate symlinks into the cpio image | Thomas Bächler | 1 | -1/+1 | |
2010-01-12 | Do not append a trailing /, remove it (fixed FS#17793) | Thomas Bächler | 1 | -4/+2 | |
The comment said it was appending a trailing /, but it was actually removed Recent fixes adjusted the code to do what the comment says, which is wrong here. This fixes the code and the comment. | |||||
2010-01-10 | Add udev hook, originated from the obsolete klibc-udev package | Thomas Bächler | 4 | -0/+88 | |
2010-01-10 | Remove parseblock usage from resume hook, also fix resuming with tuxonice | Thomas Bächler | 1 | -10/+18 | |
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 | 2 | -36/+56 | |
use busybox/switch_root for the final step. TODO: NFS | |||||
2010-01-10 | Do not mount /proc before busybox --install - this requires ↵ | Thomas Bächler | 1 | -3/+2 | |
CONFIG_BUSYBOX_EXEC_PATH="/bin/busybox" in busybox | |||||
2010-01-05 | Start moving from klibc to glibc+busybox | Thomas Bächler | 2 | -17/+14 | |
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 | |||||
2010-01-05 | Revert 1558dfbf3b2a42f43594acf6e3d8f9b329ff1133 and ↵ | Thomas Bächler | 2 | -18/+5 | |
984cbd4eb023001668eea530e2b5ed2e57ba3693 and depend on bash There was no proper upgrade path for these changes. This can be reconsidered once a clean upgrade path is provided. Compatibility with non-bash shells is not as important as backwards-compatibility of existing configurations. | |||||
2009-12-13 | added done message to udevd startup | Tobias Powalowski | 1 | -0/+1 | |
2009-12-13 | start udevd in init to solve the firmware loading bug | Tobias Powalowski | 1 | -0/+7 | |
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-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 ↵ | Thomas Bächler | 1 | -1/+1 | |
and make it more reliable The old implementation failed on bash and failed on both if rootdelay was not a number. The logic is now as follows: If "$rootdelay"="", then [ -z "${rootdelay}" ] is true If not, then the part after the || is executed - if ${rootdelay} is not a number, or is <0, then [ ${rootdelay} -ge 0 ] fails, and the test will return true due to the !. The previous implementation failed here, because [ ! ${rootdelay} -ge 0 ] returns false on error, while ! [ ${rootdelay} -ge 0 ] returns true on error. | |||||
2009-09-19 | Remove obsolete install script. | Loui Chang | 1 | -26/+0 | |
Signed-off-by: Loui Chang <louipc.ist@gmail.com> | |||||
2009-09-19 | Specify mansource, manversion and manmanual when generating the man page. | Loui Chang | 2 | -5/+1 | |
This also removes occurances of FIXME in the page. Signed-off-by: Loui Chang <louipc.ist@gmail.com> | |||||
2009-09-04 | Exit with error if PRESETS seems to be defined as an array. | Loui Chang | 1 | -2/+6 | |
Signed-off-by: Loui Chang <louipc.ist@gmail.com> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||||
2009-09-01 | Defining PRESETS as a bash array is no longer supported. | Loui Chang | 2 | -2/+11 | |
PRESETS should be defined as a string in all mkinitcpio preset files for compatibility with dash. Signed-off-by: Loui Chang <louipc.ist@gmail.com> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||||
2009-09-01 | Replace all occurances of 'source' with a dot for dash compatibility. | Loui Chang | 2 | -7/+7 | |
Signed-off-by: Loui Chang <louipc.ist@gmail.com> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||||
2009-09-01 | Remove generated file 'mkinitcpio.5' | Loui Chang | 1 | -189/+0 | |
Signed-off-by: Loui Chang <louipc.ist@gmail.com> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||||
2009-09-01 | Makefile: Add a rule to generate a source tarball. | Loui Chang | 1 | -1/+25 | |
Signed-off-by: Loui Chang <louipc.ist@gmail.com> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||||
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 | |