aboutsummaryrefslogtreecommitdiff
path: root/rc.sysinit
AgeCommit message (Expand)AuthorFiles
2012-06-16locale: make sure LANG is always set as this is used in vconsole-setup to dec...Tom Gundersen1
2012-06-12rc.sysinit: look for correct root fsck markerDave Reisner1
2012-06-11rc.sysinit: remove warningsTom Gundersen1
2012-06-08use systemd-remount-fs to remount rootDave Reisner1
2012-05-29random-seed: use the systemd toolTom Gundersen1
2012-05-29vconsole: use the systemd toolTom Gundersen1
2012-05-29tmpfiles,sysctl,binfmt: use the systemd toolsTom Gundersen1
2012-05-11console: configure console after modules have been loadedTom Gundersen1
2012-04-30vconsole: configure the console as early as possibleTom 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-13arch-binfmt: move api filesytem mounting from rc.sysinitSébastien Luttringer1
2012-03-13Support additional binary formats at bootSébastien Luttringer1
2012-03-05rc.sysinit: avoid exporting empty TIMEZONE as TZDave Reisner1
2012-02-03rc.sysinit: Remove redundant command substitution2012.02.1Lukas Fleischer1
2012-02-03Small style cleanupLukas Fleischer1
2012-02-03Fix indentationLukas Fleischer1
2012-01-31Add fastboot supportLukas Fleischer1
2012-01-14mount: no longer pass '-n' to mountTom Gundersen1
2012-01-12/dev: remove non-devtmpfs supportTom Gundersen1
2011-12-27config: add /etc/hostname supportTom Gundersen1
2011-12-21warn about lack of devtmpfs supportTom Gundersen1
2011-12-21mtab: drop conditional symlinkingTom Gundersen1
2011-12-13allow ro rootTom Gundersen1
2011-11-27do not limit size on API fsTom Gundersen1
2011-11-26rc.sysinit: force linking of /etc/mtab to /proc/self/mountsDave Reisner1
2011-11-26fsck: skip remounting / fsck'ing the root fsTom Gundersen1
2011-11-06functions: implement a environment file parserDave Reisner1
2011-11-06avoid unnecessary escaping of newlinesDave Reisner1
2011-10-29minilogd: killTom Gundersen1
2011-10-29config: add /etc/vconsole.conf supportTom Gundersen1
2011-10-18mtab: delete any stale locks2011.10.2Tom Gundersen1
2011-09-25[initscripts] Remove too early /dev/null redirectionGerardo Exequiel Pozzi1
2011-09-25timezone: create /etc/localtime as a symlinkDave Reisner1
2011-08-05locale: make /etc/profile.d/locale.sh dynamicTom Gundersen1
2011-08-04/usr: clarify warning a bitTom Gundersen1
2011-08-02/usr: warn on separate usrTom Gundersen1
2011-07-17rc.sysinit: Move 'run_hook sysinit_start' after mount root read-onlyKurt J. Bosch1
2011-07-17Fix/unify quotingKurt J. Bosch1
2011-07-12functions/rc.sysinit: Refactor 'Removing Leftover Files' codeKurt J. Bosch1
2011-07-12rc.sysinit: Fix /tmp/.* patternKurt J. Bosch1
2011-07-12rc.sysinit: fixup fsck refactoringKurt J. Bosch1
2011-07-10rc.sysinit: Simplify /var/run/daemons workaroundKurt J. Bosch1
2011-07-10rc.sysinit: Remove unneeded variables initializationsKurt J. Bosch1
2011-07-10functions/rc.sysinit: Refactor fsck-redirection to prevent breakageKurt J. Bosch1
2011-07-10rc.sysinit: Declare $FORCEFSCK read-onlyKurt J. Bosch1
2011-07-10Refactor kill_everything, fsck_all and mount_all codeKurt J. Bosch1