aboutsummaryrefslogtreecommitdiff
path: root/rc.sysinit
AgeCommit message (Expand)AuthorFiles
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
2009-11-05Remove code to create md* devices manually, this is done by udev these daysThomas Bächler1
2009-11-05Disable special handling of ACPI modulesThomas Bächler1
2009-11-05Only load rtc-cmos if rc.conf has proper clock settingsThomas Bächler1
2009-10-07Replace 'truncate file' logic in case of noclobberAaron Griffin1
2009-10-07Empty mtab instead of deleting itAaron Griffin1
2009-09-21Replace \e with \033 for printfsAaron Griffin1
2009-08-26Make the hook-system a bit more usableThomas Bächler1
2009-08-25Implement a hook-system that allows to add custom code to the initscripts at ...Thomas Bächler1
2009-08-24Remove support for static filesystem and make code in rc.single look like the...Thomas Bächler1
2009-08-24Remove uevent processing benchmark, as it is useless now that we actually do ...Thomas Bächler1
2009-08-24Use nosuid instead of noexec on /devThomas Bächler1
2009-08-23Add size and noexec mount options to /dev, change "none" to "udev"Thomas Bächler1
2009-08-22Don't background the udevadm trigger callDan McGee1
2009-08-22Allow skipping of all hardware clock adjustmentsDan McGee1
2009-08-22Remove USEDIRECTISA and associated codeDan McGee1
2009-08-10Mount /dev as tmpfs instead of ramfs for new udev-145Gerardo Exequiel Pozzi1
2009-08-02Fixed warning about bootbits with encrypted swap and util-linux-ng 2.16Roman Kyrylych1
2009-07-30Add _netdev support to netfs (also add glusterfs support)Marco Lima1
2009-07-29Make dynamic initilization code for consoles.Gerardo Exequiel Pozzi1
2009-07-20Fix rtc device to match current rule in udev-141-4.2009.07-3Gerardo Exequiel Pozzi1
2009-07-18Convert to new initscript to new virtual console scheme2009.07-1Gerardo Exequiel Pozzi1
2009-06-26Trigger uevents earlierKurt J. Bosch1
2009-06-07We always mount /sys, thus remove a superfluous check for /sys/block. Also fi...Thomas Bächler1
2009-06-07Remove a useless check of dmesg.log file Signed-off-by: Hugo Doria <hugo@arch...Hugo Doria1
2009-03-09Add adjtime handling to hwclock initAaron Griffin1
2009-03-07Use the device nodes from /lib/udev/devices/* instead of hardcoding them in i...2009.03-1Thomas Bächler1
2009-03-03Remove the kernel 'quiet' handling for fsckAaron Griffin1
2009-02-11Fix bug #13205: better random-seed entropyThomas Bächler1
2009-02-10Allow the user to cancel an fsckPetar Bogdanovic1
2009-01-21Adjust copyright year to 20092009.01Aaron Griffin1
2008-12-23chmod /var/run/utmp to 664 when creatingAaron Griffin1
2008-09-25Added missing slashRoman Kyrylych1