aboutsummaryrefslogtreecommitdiff
path: root/functions
AgeCommit message (Expand)AuthorFiles
2012-06-08remove checks for /var/run and /var/lock as symlinksDave Reisner1
2012-06-07module-load: silenceTom Gundersen1
2012-05-29udev: fix path so systemd can drop a symlinkTom Gundersen1
2012-05-29fix another wrong pathTom Gundersen1
2012-05-29systemd: correct some pathsTom Gundersen1
2012-05-29add support for modules-load.d directoriesDave Reisner1
2012-05-29vconsole: use the systemd toolTom Gundersen1
2012-05-29tmpfiles,sysctl,binfmt: use the systemd toolsTom Gundersen1
2012-05-29fix /forcefsck logic with initcpio fsck hookSébastien Luttringer1
2012-04-17functions: use a pipe for umount_all instead of a PEDave Reisner1
2012-04-01udev: change to new locationTom Gundersen1
2012-03-21fsck: add return value2012.03.1Tom Gundersen1
2012-03-17crypttab: warn if using passphrase in /etc/crypttabTom Gundersen1
2012-03-17crypto: move function from sysinit to functionsTom Gundersen1
2012-03-17sysinit: do not unconditionally modprobe any moreTom Gundersen1
2012-03-17sysinit: remove cryptsetup compatDave Reisner1
2012-03-17fsck: move FORCEFSCK/FASTBOOT logic to fsck_allTom Gundersen1
2012-03-17reorder fsck opts, explicitly set end of options markerDave Reisner1
2012-03-13Merge remote-tracking branch 'seblu/master'Tom Gundersen1
2012-03-13Remove NEED_ROOT crapSébastien Luttringer1
2012-03-12timezone: always symlink to zoneinfo rather than copyingTom Gundersen1
2012-03-05functions: check for length before using arrayDave Reisner1
2012-02-24Revert "deal with both valid return codes of mount -a"Tom Gundersen1
2012-02-24deal with both valid return codes of mount -a2012.02.2Tom Gundersen1
2012-02-03Small style cleanupLukas Fleischer1
2012-01-22functions: skip check for /proc/modulesDave Reisner1
2012-01-22functions: allow verbose output from status()Dave Reisner1
2012-01-18udev: don't override settle timeoutTom Gundersen1
2012-01-14mount: no longer pass '-n' to mountTom Gundersen1
2012-01-12functions: avoid usage of tacDave Reisner1
2012-01-01timezone: correct check for when there is nothing to doTom Gundersen1
2011-12-13status: break line after BKGD message2011.12.1Tom Gundersen1
2011-12-13locale: export LANG to daemonsTom Gundersen1
2011-12-08/run: move /var/{run,lock} to /run/{,lock}Tom Gundersen1
2011-11-26functions: read from /etc/mtab in umount_allDave Reisner1
2011-11-26hooks: add shutdown_preumount hookDevin J. Pohly1
2011-11-26fsck: skip remounting / fsck'ing the root fsTom Gundersen1
2011-11-13locale.sh: remove leftoversTom Gundersen1
2011-11-10functions: move all logic to the end of the file2011.11.2Dave Reisner1
2011-11-08functions: fix a number of shortcomings in parse_envfileDave Reisner1
2011-11-06functions: implement a environment file parserDave Reisner1
2011-11-06functions: declare locale vars in an array for reuseDave Reisner1
2011-11-06functions: properly quote ${mounts[@]}Dave Reisner1
2011-11-06functions: remove redundant 'return $?'Dave Reisner1
2011-11-06fix non-uniform indentationDave Reisner1
2011-11-05bootlog: filter out some more escapecodesTom Gundersen1
2011-11-04swapoff: umount swap-backed fs before switching off swapTom Gundersen1
2011-10-29udev: binary moved, require 174Tom Gundersen1
2011-10-18DAEMON_LOCALE: support in the same way as locale.shTom Gundersen1
2011-10-18locale.sh: support /etc/locale.confTom Gundersen1