summaryrefslogtreecommitdiffstats
path: root/init_functions
AgeCommit message (Expand)AuthorFilesLines
2011-06-30init_functions/default_mount_handler: use -l option for blkid to avoid syntax...Thomas Bächler1-1/+1
2011-06-25init: declare PATH, remove absolute pathsDave Reisner1-3/+3
2011-06-16use consistent vim modelinesDave Reisner1-0/+2
2011-06-07default_mount_handler: Only try to manually create the root device if devtmpf...Thomas Bächler1-1/+1
2011-06-07init_functions: simplify mount case of root=/dev/*Dave Reisner1-9/+5
2011-06-07init_functions: support {LABEL,UUID}= syntaxDave Reisner1-0/+9
2011-04-14Rewrite parse_cmdline (again)Thomas Bächler1-21/+38
2011-04-10Fix problems in parsing the kernel command lineThomas Bächler1-0/+25
2011-03-27poll_device: use 'echo' instead of 'msg'.Thomas Bächler1-1/+1
2011-02-08Revert "mkinitcpio: mount real root device instead of symlink"Thomas Bächler1-3/+0
2011-01-31poll_device: Remove -hThomas Bächler1-2/+2
2010-07-12mkinitcpio: mount real root device instead of symlinkDave Reisner1-0/+3
2010-05-08Port 83ef38409182a9c024809553dff8c872902d0889 to init_functions too, to remov...Thomas Bächler1-1/+1
2010-02-21poll_device: do not wait for a device to appear if udevd is not runningThomas Bächler1-5/+7
2010-02-21Allow the second parameter of poll_device to be 0 - this fixes rootdelay=0Thomas Bächler1-1/+1
2010-02-20default_mount_hook: Use major and minor variables instead of a single rootdev...Thomas Bächler1-7/+9
2010-02-20Use $(( )) instead of printf "%d"Benjamin Richter1-2/+2
2010-02-20Cosmetic change: 'msg' function does not support '\n'Thomas Bächler1-1/+1
2010-02-20Use only a single loop for searching /sys/blockBenjamin Richter1-12/+8
2010-02-16launch_interactive_shell: add "export" for PS1Thomas Bächler1-1/+1
2010-02-16Remove the special handling for the default mount procedure, move it into a m...Thomas Bächler1-0/+68
2010-02-15If we could not mount the real root device, or the init program did not exist...Thomas Bächler1-1/+3
2010-02-07Remove an extra whitespace from the emergency shell promptThomas Bächler1-1/+1
2010-01-29Nicer shell prompt in the break/emergency shellThomas Bächler1-0/+4
2009-08-05Do not rely on -L test; use -h instead.Loui Chang1-2/+2
2009-06-07Don't only check for block devices, but also for symbolic links.Thomas Bächler1-2/+2
2009-06-06Add common poll_device functionThomas Bächler1-0/+15
2009-06-06Add a new file init_functions that contains common functions used in /init an...Thomas Bächler1-0/+8