summaryrefslogtreecommitdiffstats
path: root/init_functions
AgeCommit message (Expand)AuthorFilesLines
2012-08-30init: add support for root=PARTLABEL=fooDave Reisner1-1/+1
2012-07-24init_functions: use a consistent default rootdelayDave Reisner1-1/+1
2012-05-18init_functions: move running hooks to separate funcDave Reisner1-0/+16
2012-04-28init_functions: remove non-devtmpfs caseDave Reisner1-6/+2
2012-04-28init_functions: add support for PARTUUID tagsDave Reisner1-13/+6
2012-04-02init_functions: fix missing * in fsck messageDave Reisner1-1/+1
2012-03-28fsck: leverage blank /etc/fstab included by baseDave Reisner1-1/+1
2012-03-24init_functions: fix tag resolution w/o udev rulesDave Reisner1-10/+9
2012-03-24init_functions: support fsck.mode= cmdline parameterDave Reisner1-0/+6
2012-03-24init_functions: avoid special treatment for forcefsckDave Reisner1-2/+1
2012-03-04init: add informational output about mountingDave Reisner1-0/+1
2012-03-04init_functions: lazily resolve UUID/LABEL tagsDave Reisner1-5/+22
2012-01-29init: use fastboot, not skip to avoid fsckDave Reisner1-0/+5
2012-01-29init_functions: avoid using fsck_ret to check 0Dave Reisner1-7/+7
2012-01-13Update PS1 ramfs -> rootfsGerardo Exequiel Pozzi1-1/+1
2011-12-01init_functions: redirect poll_device output to stderrDave Reisner1-1/+1
2011-11-29init_functions: rephrase bailout messageDave Reisner1-1/+1
2011-11-15init_functions: simplify parse_cmdlineDave Reisner1-21/+19
2011-11-15fsck: implement basic fsck supportDave Reisner1-4/+65
2011-11-15init_functions: resolve M:m to device fileDave Reisner1-3/+19
2011-11-15init_functions: generalize resolve_deviceDave Reisner1-41/+49
2011-11-15init_functions: move root resolution to separate functionDave Reisner1-1/+5
2011-11-15init: use util-linux's /bin/mountDave Reisner1-13/+2
2011-11-15init_functions: refactor poll_deviceDave Reisner1-11/+12
2011-10-22init_functions: avoid setting var without LHS0.7.5Dave Reisner1-0/+1
2011-10-22init_functions: replace grep/sed with PEsDave Reisner1-12/+13
2011-10-22init_functions: tighten up mount option gatheringDave Reisner1-26/+16
2011-10-01init_functions: use constants on LHS of testsDave Reisner1-3/+3
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