summaryrefslogtreecommitdiff
path: root/init.d/fsck.in
Commit message (Collapse)AuthorAge
* fsck: fix typoEugeny Shkrigunov2013-04-27
| | | | | X-Gentoo-Bug: 467158 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=467158
* Fix shebangs in services to point to the correct location of runscriptAndrew Gregory2013-02-23
| | | | | | | | SBINDIR and BINDIR can be set independently of PREFIX. This fixes broken shebangs in service files when SBINDIR is set to something other than PREFIX/sbin Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com>
* fsck: simplify skiplist setupMike Frysinger2012-12-18
| | | | | | Use printf rather than a manual for loop. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Bring Back prefix supportWilliam Hubbs2012-07-26
| | | | | We now have a team member who is interested in OpenRC on prefix, so I am bringing it back to the main tree.
* init.d/fsck: only check local file systemsWilliam Hubbs2012-03-29
| | | | | | | | | | | On linux systems, fsck was not taking into account which filesystems were local or remote. This commit adds the -t option, with an appropriate value, to the fsck call so that remote file systems are not checked. reported-by: Vladimir Berezhnoy <non7top@gmail.com> X-Gentoo-Bug: 408363 X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=408363
* Remove prefix supportopenrc-0.9.9William Hubbs2012-02-21
| | | | | I spoke with the prefix team sometime back and was told that they do not have an interest in using OpenRC on prefix systems.
* fsck: fix typo in fsck mount point supportMike Frysinger2011-11-26
| | | | | | | | | Previous commit e3b39a677b535bc2 missed adding a "[" to one of the tests. Reported-by: Torsten Veller <tove@gentoo.org> x-Gentoo-Bug: 391941 x-Gentoo-Bug-URL: http://bugs.gentoo.org/391941 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Revert "Revert "fsck: add the ability to specify mount points to check""William Hubbs2011-11-22
| | | | | | This reverts commit 5a3599df8a15b1212857335101c9d31fb19e87e2. After review, I am bringing this back to the tree.
* Revert "fsck: add the ability to specify mount points to check"William Hubbs2011-11-06
| | | | | | | This reverts commit e3b39a677b535bc2676a939519906f6b2dbce6f4. I misunderstood and thought this was ready to go in the tree, but it was on a remote branch only for a review.
* fsck: add the ability to specify mount points to checkRobin H. Johnson2011-11-06
|
* fix random typosMike Frysinger2011-10-16
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* drop useless "All rights reserved" noticeMike Frysinger2011-06-29
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Move on_ac_power to a shell script.Roy Marples2009-12-10
| | | | Fixes #204
* fsck only checks battery when requested, which is not by default.Roy Marples2009-11-10
| | | | | | | This fixes having JFS as the root partition on battery power. For most modern FS's this is a non op, or a very small op by default so it should be fine. Fixes Gentoo #291654.
* Add support for Linux Containers, fixes #202.Roy Marples2009-11-04
| | | | Patch by bug reporter.
* EeePC 901 has /proc/acpi/ac_adapter/AC0, so check all AC entries.Semen Maryasin2009-10-12
|
* We should use -feature instead of nofeature.Roy Marples2009-07-01
| | | | | | This matches the ifconfig and Gentoo USE flag syntax and is hopefully easier to read. Fixes #178.
* Skip sysctl errorsRoy Marples2009-05-29
|
* Add FreeBSD support for AC power.Roy Marples2009-05-29
|
* Support NetBSD envstat for working out if on AC power.Roy Marples2009-05-29
|
* If not running on AC power don't run fsck to preserve battery life.Roy Marples2009-05-29
|
* Add (c) to CopyrightRoy Marples2009-05-01
|
* Style.Roy Marples2009-04-27
|
* We should abort boot on some errors.Roy Marples2009-03-16
|
* Add parens, #134 thanks to Matthias Schwarzott.Roy Marples2008-12-29
|
* Skip all forcefsck checking when stopping, #134.Roy Marples2008-12-28
|
* Fake get_bootparam function so that we don't check for kernel options ↵Roy Marples2008-12-28
| | | | forcefsck when doing an fsck on shutdown.
* Now the linx fsck man page has return codes, I find them different from the ↵Roy Marples2008-11-04
| | | | BSD's so adjust accordingly.
* sysinit is now a real runlevel that handles things like udev, dmesg andRoy Marples2008-10-10
| | | | | | | | | | | mounting various bits in /dev and /sys. init.sh JUST mounts /lib/rc/init.d (and /proc for Linux systems) To make development of this easier we now return an empty RC_STRINGLIST instead of a NULL for empty things. If you don't have a udev init script installed, don't reboot your box OR roll back to an older OpenRC version.
* Allow forcefsck on the kernel command line, Gentoo #218431Roy Marples2008-09-22
|
* Trap fsck for SIGINT as well, so user can ctrl-C to abort fsck and continue, ↵Roy Marples2008-05-27
| | | | Gentoo #223473.
* Fix passno and IFS, #77 and #85, thanks to NahorRoy Marples2008-05-25
|
* When fsck_passno is set, show this so output is clearer when fsck is ↵Roy Marples2008-04-22
| | | | multiplexed, Gentoo #218141.
* Respect shutdown -F on Linux to force fsck, #59Roy Marples2008-04-17
|
* Respect shutdown's fastboot.Roy Marples2008-04-09
|
* Add rc-service and update all softlevel refs to runlevel.Roy Marples2008-03-19
|
* Fix fsck progress bar.Roy Marples2008-03-04
|
* Split VPS into VSERVER and OPENVZRoy Marples2008-03-03
|
* Ensure that our scripts call prefixed runscript.Roy Marples2008-03-02
|
* Don't check for root in prefix.Roy Marples2008-03-02