aboutsummaryrefslogtreecommitdiff
path: root/rc.sysinit
AgeCommit message (Expand)AuthorFiles
2011-04-16Fix and clean forcefsk detection2011.04.1Sebastien Luttringer1
2011-04-15Fix console verbosity and add config via rc.confSebastien Luttringer1
2011-04-13mdadm: disable SoftRAID detectionSebastien Luttringer1
2011-04-13Add utmp group supportTom Gundersen1
2011-04-13/run: mount /run if it is not already mountedTom Gundersen1
2011-04-11fix syntax error from 71a1b74eb778540d412705b09a24f1d2ba123a2bSebastien Luttringer1
2011-04-04depmod: no longer update module dependencies on bootTom Gundersen1
2011-04-04dev: create pts and shm directoriesTom Gundersen1
2011-04-04workaround: do not set property=STARTUP=1 when calling udevadmTom Gundersen1
2011-04-04mtab: don't write to mtab if it is a symlinkTom Gundersen1
2011-04-01hotplug: properly clear the path to hotplug/uevent_helperTom Gundersen1
2011-04-01Revert "udevadm: retry failed udev events after filesystems have been mounted"Tom Gundersen1
2011-04-01status: synchronise the status messageTom Gundersen1
2011-03-30Merge branch 'hwclock-from-kurt' into arch-masterTom Gundersen1
2011-03-30Make hwclock --adjust as well as --systohc optional (FS#13684)Kurt J. Bosch1
2011-03-29rc.sysinit: condense calls to rmDave Reisner1
2011-03-29whitespace cleanupDave Reisner1
2011-03-29Allow loading of multiple keymaps when LOCALE is UTF-8Seblu1
2011-03-17udev: do not automatically save persistent net/cd udev rules to /etc on bootTom Gundersen1
2011-03-16Add BTRFS support in initscriptsSeblu1
2011-03-16Add UDEV_TIMEOUT optionSeblu1
2011-03-16Add davfs to the list of network filesystems in netfsSeblu1
2011-02-27Software RAID detection is now triggered via USEMDADM config var like fakerai...Seblu1
2011-02-27Implement FakeRAID detection at startupSeblu1
2011-02-27Remove grep use where a simple env var check can be madeSeblu1
2011-02-27Improve encrypted filesystem detectionSeblu1
2011-02-27Allow forcefsck on kernel cmdline to have same effect as touching /forcefsckSeblu1
2011-02-01Check whether crypttab contains anything before processing it.2011.02.1Thomas Bächler1
2011-01-28Only call activate_vgs a second time if any logical volumes have actually bee...Thomas Bächler1
2011-01-27Suppress the output of cryptsetup isLuks.Thomas Bächler1
2011-01-27Remove all copyright and license hints.Thomas Bächler1
2011-01-26Change copyright and license information2011.01-1Thomas Bächler1
2011-01-26Fix isLuks checkThomas Bächler1
2011-01-26Change SWAP sanity check to use blkid in favor of cryptsetupThomas Bächler1
2010-12-13Use modprobe's --all flag instead of looping.Dave Reisner1
2010-12-13PATH: export a standard path in rc.sysinitTom Gundersen1
2010-12-07Unify capitalization of 'Udev'Dan McGee1
2010-12-06cryptsetup: print name of device being openedHeiko Baums1
2010-12-06cryptsetup: abort if LUKS is found on swap partitionHeiko Baums1
2010-12-06cryptsetup: read keys for non-root LUKS partitions as raw data from block deviceHeiko Baums1
2010-12-06cryptsetup: fix indentationTom Gundersen1
2010-12-06lvm: enable/disable monitoring of lvm2 groupsTom Gundersen1
2010-12-06mount: forbid suid,exec,dev from /proc and /sysTom Gundersen1
2010-12-06locale: set the sysfs value default_utf8 rather than enabling/disabling utf8 ...Tom Gundersen1
2010-12-06udev: do not copy /lib/udev/devices/* to /devTom Gundersen1
2010-12-06udevadm: retry failed udev events after filesystems have been mountedTom Gundersen1
2010-12-06udevadm: trigger events of type subsystems as well as devicesTom Gundersen1
2010-09-08rc.sysinit: condense calls to mkdir and chmodDave Reisner1
2010-09-08Fix two typos introduced by the latest patch seriesThomas Bächler1
2010-09-07Remove a redundant subshell, see FS#20016Thomas Bächler1