Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-29 | init.d/fsck: only check local file systems | William Hubbs | |
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 | |||
2012-02-21 | Remove prefix support | William Hubbs | |
I spoke with the prefix team sometime back and was told that they do not have an interest in using OpenRC on prefix systems. | |||
2011-11-26 | fsck: fix typo in fsck mount point support | Mike Frysinger | |
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> | |||
2011-11-22 | Revert "Revert "fsck: add the ability to specify mount points to check"" | William Hubbs | |
This reverts commit 5a3599df8a15b1212857335101c9d31fb19e87e2. After review, I am bringing this back to the tree. | |||
2011-11-06 | Revert "fsck: add the ability to specify mount points to check" | William Hubbs | |
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. | |||
2011-11-06 | fsck: add the ability to specify mount points to check | Robin H. Johnson | |
2011-10-16 | fix random typos | Mike Frysinger | |
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2011-06-29 | drop useless "All rights reserved" notice | Mike Frysinger | |
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2009-12-10 | Move on_ac_power to a shell script. | Roy Marples | |
Fixes #204 | |||
2009-11-10 | fsck only checks battery when requested, which is not by default. | Roy Marples | |
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. | |||
2009-11-04 | Add support for Linux Containers, fixes #202. | Roy Marples | |
Patch by bug reporter. | |||
2009-10-12 | EeePC 901 has /proc/acpi/ac_adapter/AC0, so check all AC entries. | Semen Maryasin | |
2009-07-01 | We should use -feature instead of nofeature. | Roy Marples | |
This matches the ifconfig and Gentoo USE flag syntax and is hopefully easier to read. Fixes #178. | |||
2009-05-29 | Skip sysctl errors | Roy Marples | |
2009-05-29 | Add FreeBSD support for AC power. | Roy Marples | |
2009-05-29 | Support NetBSD envstat for working out if on AC power. | Roy Marples | |
2009-05-29 | If not running on AC power don't run fsck to preserve battery life. | Roy Marples | |
2009-05-01 | Add (c) to Copyright | Roy Marples | |
2009-04-27 | Style. | Roy Marples | |
2009-03-16 | We should abort boot on some errors. | Roy Marples | |
2008-12-29 | Add parens, #134 thanks to Matthias Schwarzott. | Roy Marples | |
2008-12-28 | Skip all forcefsck checking when stopping, #134. | Roy Marples | |
2008-12-28 | Fake get_bootparam function so that we don't check for kernel options ↵ | Roy Marples | |
forcefsck when doing an fsck on shutdown. | |||
2008-11-04 | Now the linx fsck man page has return codes, I find them different from the ↵ | Roy Marples | |
BSD's so adjust accordingly. | |||
2008-10-10 | sysinit is now a real runlevel that handles things like udev, dmesg and | Roy Marples | |
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. | |||
2008-09-22 | Allow forcefsck on the kernel command line, Gentoo #218431 | Roy Marples | |
2008-05-27 | Trap fsck for SIGINT as well, so user can ctrl-C to abort fsck and continue, ↵ | Roy Marples | |
Gentoo #223473. | |||
2008-05-25 | Fix passno and IFS, #77 and #85, thanks to Nahor | Roy Marples | |
2008-04-22 | When fsck_passno is set, show this so output is clearer when fsck is ↵ | Roy Marples | |
multiplexed, Gentoo #218141. | |||
2008-04-17 | Respect shutdown -F on Linux to force fsck, #59 | Roy Marples | |
2008-04-09 | Respect shutdown's fastboot. | Roy Marples | |
2008-03-19 | Add rc-service and update all softlevel refs to runlevel. | Roy Marples | |
2008-03-04 | Fix fsck progress bar. | Roy Marples | |
2008-03-03 | Split VPS into VSERVER and OPENVZ | Roy Marples | |
2008-03-02 | Ensure that our scripts call prefixed runscript. | Roy Marples | |
2008-03-02 | Don't check for root in prefix. | Roy Marples | |