Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | block-mount: drop package, ubox now does the job for us | John Crispin | 2013-06-21 | 1 | -70/+0 |
| | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36988 | ||||
* | block-mount: add a delay between sto pand start in fstab init restart ↵ | Jo-Philipp Wich | 2012-12-19 | 1 | -1/+1 |
| | | | | | | action, fixes a lock race condition observed in VirtualBox SVN-Revision: 34784 | ||||
* | block-mount: additionally try to umount disk by mountpoint (#12056) | Jo-Philipp Wich | 2012-09-10 | 1 | -1/+1 |
| | | | | SVN-Revision: 33357 | ||||
* | block-mount: invoke blkid without cache file, this seems to fix mounts by ↵ | Jo-Philipp Wich | 2012-03-21 | 1 | -2/+2 |
| | | | | | | uuid or label SVN-Revision: 31049 | ||||
* | package/blockmount: simplify extroot module loading logic | Nicolas Thill | 2011-10-28 | 1 | -3/+3 |
| | | | | SVN-Revision: 28650 | ||||
* | block-mount: remove explicit lock waits, solves some potential race conditions | Jo-Philipp Wich | 2011-06-19 | 1 | -1/+1 |
| | | | | SVN-Revision: 27226 | ||||
* | Revert "[package/block-mount] remove example config file" | Mirko Vogt | 2011-06-08 | 1 | -0/+2 |
| | | | | | | This isn't needed anymore due to commit 27138 SVN-Revision: 27139 | ||||
* | remove example config file | Mirko Vogt | 2011-06-08 | 1 | -2/+0 |
| | | | | | | | | Having this file prevents the possibility of having target-specific fstab config files (as target/linux/${target}/base-files/etc/config/fstab). There is no need of a non-working example file on the target anyway. SVN-Revision: 27136 | ||||
* | block-mount base-files: Added additional check to pi_include to ensure that ↵ | Daniel Dickinson | 2011-04-05 | 1 | -2/+2 |
| | | | | | | a directory used with pi_include actually contains files matching the souring pattern because if not the shell dies due to an empty string in for statement. Added /lib/functions/fsck as an empty dir to block-mount. This combination fixes a warning which generates a lot of bug reports, without panicking the kernel like the last attempt. SVN-Revision: 26479 | ||||
* | block-mount: Revert 26468: it causes a kernel panic due to pi_include ↵ | Daniel Dickinson | 2011-04-05 | 1 | -2/+2 |
| | | | | | | failing due to the included directory being empty. SVN-Revision: 26476 | ||||
* | block-mount: Removed duplicated directory creation in the package install ↵ | Daniel Dickinson | 2011-04-04 | 1 | -4/+1 |
| | | | | | | section. The duplicates were a result of the mergin the block-* packages. SVN-Revision: 26469 | ||||
* | block-mount: Fixed warning of missing /lib/functions/fsck during boot when ↵ | Daniel Dickinson | 2011-04-04 | 1 | -1/+2 |
| | | | | | | no scripts are installed in the directory. Thanks to Maarten Bezemer. SVN-Revision: 26468 | ||||
* | block-mount: Merged block-mount, block-extroot, and block-hotplug into a ↵ | Daniel Dickinson | 2011-03-27 | 1 | -16/+20 |
| | | | | | | single binary package called block-mount. SVN-Revision: 26314 | ||||
* | block-mount block-extroot: Bump packages versions forgetten during previous ↵ | Daniel Dickinson | 2011-03-27 | 1 | -1/+1 |
| | | | | | | two commits SVN-Revision: 26313 | ||||
* | block-mount busybox: Removed busybox versions of blkid and swap-utils since ↵ | Daniel Dickinson | 2011-03-20 | 1 | -0/+1 |
| | | | | | | they are only used by block-mount and block-extroot, and those packages don't have as much need for the image space-savings of busybox versions, especially at the cost of including it in all images even those with no external storage. SVN-Revision: 26245 | ||||
* | package/block-mount: mark /etc/config/fstab as conffiles (closes: #7130) | Nicolas Thill | 2010-04-15 | 1 | -1/+5 |
| | | | | SVN-Revision: 20875 | ||||
* | package/block-mount: disable config options altering busybox configuration, ↵ | Nicolas Thill | 2010-04-06 | 1 | -24/+1 |
| | | | | | | fix dependencies SVN-Revision: 20727 | ||||
* | add the block-mount package by Daniel Dickinson (cshore), replacing existing ↵ | Felix Fietkau | 2010-02-26 | 1 | -0/+86 |
automount functionality SVN-Revision: 19877 |