summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-02-14Release 0.6.20.6.2Thomas Bächler1-1/+1
2010-02-14Kill udev after mounting file systems, not beforeThomas Bächler1-9/+10
2010-02-14Filesystem type detection: Change message to the way it should have been, stu...Thomas Bächler1-1/+1
2010-02-14If filesystem type detection fails, print an error and instructionsThomas Bächler1-0/+13
2010-02-14Release 0.6.10.6.1Thomas Bächler1-1/+1
2010-02-14fix detection of CONSOLEFONT from rc.confIonut Biru1-5/+2
2010-02-13Minor cosmetic fixSimon Boulay1-1/+1
2010-02-13Provide better nfsroot/rootserver/rootpath parsingSimon Boulay1-13/+26
2010-02-12Fix module name in usb/usbinput install hookGerardo Exequiel Pozzi2-2/+2
2010-02-11Release 0.60.6Thomas Bächler1-1/+1
2010-02-11Merge branch 'kill-klibc'Thomas Bächler22-172/+410
2010-02-11Fix file system autodetection of filesystems when the running kernel and the ...Thomas Bächler1-1/+1
2010-02-11Fix tabs/space indents from commit 866db5c5Gerardo Exequiel Pozzi2-9/+9
2010-02-11consolefont: Update error messageThomas Bächler1-2/+2
2010-02-11Removed/changed messages/comments about klibc/kinitGerardo Exequiel Pozzi3-7/+5
2010-02-10Add "consolefont" hook to set the console font earlyThomas Bächler2-0/+41
2010-02-10Release 0.5.99.50.5.99.5Thomas Bächler1-1/+1
2010-02-09Honor the "rw" command line flag, but still make "ro" the default if nothing ...Thomas Bächler1-1/+8
2010-02-09Remove the comment about 'reboot': busybox reboot requires init to run, thus ...Thomas Bächler1-2/+0
2010-02-09Add support for mounting root filesystem over NFS.Simon Boulay3-6/+88
2010-02-09Fix path when looking at /sys/block for rootdevGerardo Exequiel Pozzi1-1/+1
2010-02-08Fix typo in the manpage (thanks Eric)Thomas Bächler1-1/+1
2010-02-08Fixed typo in commentEric Bélanger1-1/+1
2010-02-08Fix wrong syntax in the resume hook, finally fix tuxonice (hopefully)Thomas Bächler1-11/+13
2010-02-07Adjust pcmcia hook: Use dynamically linked binaries and only add sd_mod to th...Thomas Bächler1-3/+3
2010-02-07Remove firmware hookThomas Bächler1-22/+0
2010-02-07Release 0.5.99.40.5.99.4Thomas Bächler1-1/+1
2010-02-07udev: Do not try to resolve any group/user namesThomas Bächler1-1/+1
2010-02-07Do not try to load the keymap if no KEYMAP option is set in rc.confThomas Bächler2-21/+25
2010-02-07Honor the rootflags= command line optionThomas Bächler1-1/+1
2010-02-07Allow a filesystem name to be an alias instead of a kernel moduleThomas Bächler1-4/+7
2010-02-07Remove an extra whitespace from the emergency shell promptThomas Bächler1-1/+1
2010-02-07Release 0.5.99.30.5.99.3Thomas Bächler1-1/+1
2010-02-07Revert commit 4fde9323f8078a6d4a4f4bb58e4be914602d5bf5, this shouldn't be app...Thomas Bächler1-0/+9
2010-02-07Settle remaining uevents before killing udevdThomas Bächler1-0/+2
2010-02-07remove raid hook it's now provided by mdadmTobias Powalowski1-9/+0
2010-02-05Remove the raid hook: This will be replaced by the better hook from the mdadm...Thomas Bächler2-48/+0
2010-02-05Respect rootfstype command line parameterThomas Bächler1-1/+5
2010-01-29Nicer shell prompt in the break/emergency shellThomas Bächler2-2/+6
2010-01-24Install load-modules.sh to the tarballThomas Bächler1-0/+1
2010-01-24[install/udev] Latest udev uses firmware instead of firmware.shThomas Bächler1-1/+1
2010-01-24Release 0.5.300.5.30Thomas Bächler1-1/+1
2010-01-24Remove klibc-isms from autodetect: Use blkid for filesystem detectionThomas Bächler1-4/+1
2010-01-24Release version 0.5.290.5.29Thomas Bächler1-1/+1
2010-01-24Use modprobe --resolve-alias for resolving aliases in autodetect as Arch's ud...Thomas Bächler1-1/+1
2010-01-24Use modprobe --resolve-alias for resolving aliases in autodetect as Arch's ud...Thomas Bächler1-1/+1
2010-01-14Correct ${RESOLVEALIAS} usage that broke after the last commitThomas Bächler1-1/+1
2010-01-14Remove more klibc'isms from blacklisting code in load-modules.sh:Thomas Bächler1-4/+9
2010-01-12Fix UTF8 mode in the keymap hookThomas Bächler1-2/+2
2010-01-12Add keymap hookThomas Bächler2-0/+44