summaryrefslogtreecommitdiff
path: root/init_functions
AgeCommit message (Expand)Author
2023-03-26init,init_functions: always use resolve_devicenl6720
2023-03-25Merge remote-tracking branch 'origin/merge-requests/228'Morten Linderud
2023-03-24Add support for emergency hooksBalló György
2023-03-24Improve coding stylenl6720
2023-03-19init_functions: setup symlinks in mount_handlerMorten Linderud
2023-03-18Fix remaining shellcheck issuesMorten Linderud
2023-03-16init_functions: use resolve_device in fsck_device to check if the device existsnl6720
2023-02-01Fix most of the shellcheck issues in ash scriptsnl6720
2022-12-07Add shebangs and SPDX license identifiers to all filesnl6720
2017-03-11init: drop pre-mount check for block devicev23Dave Reisner
2017-03-10init: move early mounting to function, add efivarsDave Reisner
2016-07-07refactor parse_cmdline into something more readableDave Reisner
2016-07-02init: handle rootfstype as a synonym for fstypeDave Reisner
2013-11-27init_functions: escape slashes in tag valuesDave Reisner
2013-07-18init: rely on ConditionPathIsReadWrite for root fsck flag0.15.0Dave Reisner
2013-07-01rdlogger: log messages which would have been hidden by quietDave Reisner
2013-06-25init: remove unneeded intermediate variableDave Reisner
2013-06-25init: merge duped code, use bitfield_has_bit in fsck_rootDave Reisner
2013-06-25init: allow for logging of early userspaceDave Reisner
2013-06-19init: throw error on unknown fsck.modeDave Reisner
2013-05-07init: redirect /proc/cmdline to parse_cmdlineDave Reisner
2013-01-12init_functions: namespace parsed vars from cmdlineDave Reisner
2012-11-23init: remove unneeded variable expansionDave Reisner
2012-11-23init: remove needless workaround for empty rootdelayDave Reisner
2012-11-23init: use exponential backoff in poll_deviceDave Reisner
2012-08-30init: add support for root=PARTLABEL=fooDave Reisner
2012-07-24init_functions: use a consistent default rootdelayDave Reisner
2012-05-18init_functions: move running hooks to separate funcDave Reisner
2012-04-28init_functions: remove non-devtmpfs caseDave Reisner
2012-04-28init_functions: add support for PARTUUID tagsDave Reisner
2012-04-01init_functions: fix missing * in fsck messageDave Reisner
2012-03-27fsck: leverage blank /etc/fstab included by baseDave Reisner
2012-03-24init_functions: fix tag resolution w/o udev rulesDave Reisner
2012-03-24init_functions: support fsck.mode= cmdline parameterDave Reisner
2012-03-24init_functions: avoid special treatment for forcefsckDave Reisner
2012-03-04init: add informational output about mountingDave Reisner
2012-03-03init_functions: lazily resolve UUID/LABEL tagsDave Reisner
2012-01-29init: use fastboot, not skip to avoid fsckDave Reisner
2012-01-29init_functions: avoid using fsck_ret to check 0Dave Reisner
2012-01-12Update PS1 ramfs -> rootfsGerardo Exequiel Pozzi
2011-12-01init_functions: redirect poll_device output to stderrDave Reisner
2011-11-29init_functions: rephrase bailout messageDave Reisner
2011-11-14init_functions: simplify parse_cmdlineDave Reisner
2011-11-14fsck: implement basic fsck supportDave Reisner
2011-11-14init_functions: resolve M:m to device fileDave Reisner
2011-11-14init_functions: generalize resolve_deviceDave Reisner
2011-11-14init_functions: move root resolution to separate functionDave Reisner
2011-11-14init: use util-linux's /bin/mountDave Reisner
2011-11-14init_functions: refactor poll_deviceDave Reisner
2011-10-22init_functions: avoid setting var without LHS0.7.5Dave Reisner