summaryrefslogtreecommitdiffstats
path: root/init_functions
AgeCommit message (Expand)AuthorFilesLines
2017-03-11init: drop pre-mount check for block devicev23Dave Reisner1-8/+0
2017-03-10init: move early mounting to function, add efivarsDave Reisner1-0/+12
2016-07-07refactor parse_cmdline into something more readableDave Reisner1-58/+117
2016-07-02init: handle rootfstype as a synonym for fstypeDave Reisner1-1/+2
2013-11-27init_functions: escape slashes in tag valuesDave Reisner1-2/+11
2013-07-18init: rely on ConditionPathIsReadWrite for root fsck flag0.15.0Dave Reisner1-3/+13
2013-07-01rdlogger: log messages which would have been hidden by quietDave Reisner1-1/+6
2013-06-25init: remove unneeded intermediate variableDave Reisner1-3/+2
2013-06-25init: merge duped code, use bitfield_has_bit in fsck_rootDave Reisner1-14/+8
2013-06-25init: allow for logging of early userspaceDave Reisner1-2/+145
2013-06-19init: throw error on unknown fsck.modeDave Reisner1-2/+9
2013-05-07init: redirect /proc/cmdline to parse_cmdlineDave Reisner1-1/+1
2013-01-12init_functions: namespace parsed vars from cmdlineDave Reisner1-23/+23
2012-11-24init: remove unneeded variable expansionDave Reisner1-3/+3
2012-11-24init: remove needless workaround for empty rootdelayDave Reisner1-1/+1
2012-11-24init: use exponential backoff in poll_deviceDave Reisner1-3/+13
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