aboutsummaryrefslogtreecommitdiff
path: root/rc.sysinit
AgeCommit message (Expand)AuthorFiles
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
2010-07-23Rewrite /etc/crypttab processing.Victor Lowther1
2010-07-11Bashify rc.sysinit, part 1Victor Lowther1
2010-07-06Use findmnt to make mtab2010.07-1Gerardo Exequiel Pozzi1
2010-06-09Initialize /etc/mtab by copying /proc/mountsThomas Bächler1
2010-06-09Rewrite early RTC device creationThomas Bächler1
2010-06-08Do not redirect the standard error of fsck to /dev/null by defaultThomas Bächler1
2010-06-03Add --action=add to udevadm trigger2010.06-1Thomas Bächler1
2010-06-03Only mount /proc, /sys and /dev if they haven't been mounted already, use dev...Thomas Bächler1
2010-05-18Include _netdev option in NETFS list when calling fsckDan McGee1
2010-05-03encryption: Look for cryptsetup in various places2010.05-1Thomas Bächler1
2010-02-16Make consolefont code deferrable to avoid destroying splashKurt J. Bosch1
2010-02-16Correct previous patch to get fsck fail into splashKurt J. Bosch1
2010-02-15Add support for the fsck progress file descriptorKurt J. Bosch1
2010-01-24Extend copyright date to 2010Thomas Bächler1
2009-11-10rc.sysinit: remove unnecessary adjtime creationDan McGee1
2009-11-10rc.sysinit: add and clarify clock commentsDan McGee1
2009-11-10rc.sysinit: background hwclock callsDan McGee1
2009-11-07Remove redundant call to vgscan - this also fixes a "wrong" symlink in combin...2009.11-1Thomas Bächler1
2009-11-06Correct last commit: Unset the STARTUP=1 variable in udevadm control only aft...Thomas Bächler1
2009-11-05Set STARTUP=1 environment variable on initial udev triggering, required by la...Thomas Bächler1