- Feb 07, 2010
-
-
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
-
- Jan 05, 2010
-
-
Thomas Bächler authored
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
-
Thomas Bächler authored
Revert 1558dfbf and 984cbd4e 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.
-
- Dec 13, 2009
-
-
Tobias Powalowski authored
-
Tobias Powalowski authored
-
- Dec 05, 2009
-
-
Tobias Powalowski authored
-
- Nov 27, 2009
-
-
Tobias Powalowski authored
-
- Nov 02, 2009
-
-
Tobias Powalowski authored
-
- Oct 08, 2009
-
-
Thomas Bächler authored
-
- Sep 30, 2009
-
-
Thomas Bächler authored
rootdelay check: Fix compatibility with other sh implementations than dash 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.
-
- Sep 18, 2009
-
-
louipc louipc authored
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
-