- Feb 10, 2010
-
-
Thomas Bächler authored
-
- Feb 09, 2010
-
-
Thomas Bächler authored
-
Thomas Bächler authored
Remove the comment about 'reboot': busybox reboot requires init to run, thus typing reboot is ineffective
-
Simon Boulay authored
-
Gerardo Exequiel Pozzi authored
otherwise will access to /sys/block//sys/block/sda/sda1/dev (for example) Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
- Feb 08, 2010
-
-
Thomas Bächler authored
-
Eric Bélanger authored
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com>
-
Thomas Bächler authored
-
- Feb 07, 2010
-
-
Thomas Bächler authored
-
Thomas Bächler authored
This hook is complete overkill: Firmware for modules is added when they specify it in modinfo. If someone needs more firmware, FILES= in mkinitcpio.conf should always be used.
-
Thomas Bächler authored
-
Thomas Bächler authored
There is no nss library or user/group database in initramfs, so tell udev to not try to resolve any names
-
Thomas Bächler authored
Fixes FS#18214
-
Thomas Bächler authored
This fixes FS#18213.
-
Thomas Bächler authored
This fixes future bugs in 2.6.33 when the ext4 driver is used for ext3 and ext2, and you want to mount ext2/3 as your root filesystem
-
Thomas Bächler authored
-
Thomas Bächler authored
-
Thomas Bächler authored
-
- Feb 05, 2010
-
-
Thomas Bächler authored
-
Thomas Bächler authored
-
- Jan 29, 2010
-
-
Thomas Bächler authored
-
- Jan 24, 2010
-
-
Thomas Bächler authored
-
Thomas Bächler authored
-
Thomas Bächler authored
Use modprobe --resolve-alias for resolving aliases in autodetect as Arch's udev 150-1 removes resolve-modalias
-
- Jan 14, 2010
-
-
Thomas Bächler authored
-
Thomas Bächler authored
- 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
-
- Jan 12, 2010
-
-
Thomas Bächler authored
-
Thomas Bächler authored
-
Thomas Bächler authored
-
Thomas Bächler authored
-
Thomas Bächler authored
-
Thomas Bächler authored
-
- Jan 11, 2010
-
-
Thomas Bächler authored
-
Thomas Bächler authored
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.
-
- Jan 10, 2010
-
-
Thomas Bächler authored
-
Thomas Bächler authored
-
Thomas Bächler authored
-
Thomas Bächler authored
-
Thomas Bächler authored
Remove kinit usage from /init: Implement parseblock and kinit in shell code, use busybox/switch_root for the final step. TODO: NFS
-
Thomas Bächler authored
Do not mount /proc before busybox --install - this requires CONFIG_BUSYBOX_EXEC_PATH="/bin/busybox" in busybox
-