aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/files/lib/firstboot
Commit message (Collapse)AuthorAgeFilesLines
* make basefiles aware of procdJohn Crispin2013-03-131-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36003
* Do not overload mount-call - trying to reduce confusionMirko Vogt2012-12-192-3/+3
| | | | | | | | | | | The behaviour of calling 'mount' differed depending on whether it called the busybox-mount, the mount of util-linux, the mount defined in /lib/functions.sh and /lib/functions/boot.sh /etc/preinit even included /lib/functions.sh and /lib/functions/boot.sh, both re-defining 'mount'. SVN-Revision: 34792
* base-files: fix typo in 05_firstboot_skip script (#11359)Florian Fainelli2012-04-271-1/+1
| | | | SVN-Revision: 31492
* base-files: overlayfs whiteouts depend on a specific xattr entry, which does ↵Felix Fietkau2011-03-171-0/+12
| | | | | | not get preserved by the tmpfs->overlay copy. work around this by cleaning all copied "(overlay-whiteout)" symlinks after the switch to jffs2 SVN-Revision: 26208
* base-files: add initial support for mounting overlayfsFelix Fietkau2011-03-172-6/+6
| | | | SVN-Revision: 26207
* change from /jffs to /overlay, patch from Daniel DickinsonFlorian Fainelli2010-03-216-8/+8
| | | | SVN-Revision: 20356
* firstboot: fix typo (closes: #6738)Nicolas Thill2010-03-011-1/+1
| | | | SVN-Revision: 19944
* add preinit modularization work by Daniel Dickinson (cshore)Felix Fietkau2010-01-2515-0/+233
SVN-Revision: 19331