summaryrefslogtreecommitdiffstats
path: root/package/block-mount/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* block-mount: invoke blkid without cache file, this seems to fix mounts by ↵Jo-Philipp Wich2012-03-211-2/+2
| | | | | | uuid or label SVN-Revision: 31049
* package/blockmount: simplify extroot module loading logicNicolas Thill2011-10-281-3/+3
| | | | SVN-Revision: 28650
* block-mount: remove explicit lock waits, solves some potential race conditionsJo-Philipp Wich2011-06-191-1/+1
| | | | SVN-Revision: 27226
* Revert "[package/block-mount] remove example config file"Mirko Vogt2011-06-081-0/+2
| | | | | | This isn't needed anymore due to commit 27138 SVN-Revision: 27139
* remove example config fileMirko Vogt2011-06-081-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 Dickinson2011-04-051-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 Dickinson2011-04-051-2/+2
| | | | | | failing due to the included directory being empty. SVN-Revision: 26476
* block-mount: Removed duplicated directory creation in the package install ↵Daniel Dickinson2011-04-041-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 Dickinson2011-04-041-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 Dickinson2011-03-271-16/+20
| | | | | | single binary package called block-mount. SVN-Revision: 26314
* block-mount block-extroot: Bump packages versions forgetten during previous ↵Daniel Dickinson2011-03-271-1/+1
| | | | | | two commits SVN-Revision: 26313
* block-mount busybox: Removed busybox versions of blkid and swap-utils since ↵Daniel Dickinson2011-03-201-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 Thill2010-04-151-1/+5
| | | | SVN-Revision: 20875
* package/block-mount: disable config options altering busybox configuration, ↵Nicolas Thill2010-04-061-24/+1
| | | | | | fix dependencies SVN-Revision: 20727
* add the block-mount package by Daniel Dickinson (cshore), replacing existing ↵Felix Fietkau2010-02-261-0/+86
automount functionality SVN-Revision: 19877