summaryrefslogtreecommitdiffstats
path: root/package/base-files/files/sbin/firstboot
Commit message (Collapse)AuthorAgeFilesLines
* base-files: firstboot: pass down arguments such as -y to jffs2resetLuka Perkov2015-03-101-1/+1
| | | | | | | | This brings back old behavior. Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 44651
* mount_root: prepare base-filesJohn Crispin2013-04-251-42/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36429
* base-files: firstboot: only ask for confirmation on TTYJonas Gorski2013-03-271-4/+6
| | | | | | Also allow '-y' to force the reset. SVN-Revision: 36133
* base-files: make firstboot ask for confirmationJonas Gorski2013-02-211-8/+16
| | | | | | | | To prevent accidential resets ask for confirmation (and default to n). Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 35712
* merge /lib/functions/boot.sh and /lib/functions.shMirko Vogt2012-12-191-1/+1
| | | | SVN-Revision: 34794
* Do not overload mount-call - trying to reduce confusionMirko Vogt2012-12-191-1/+1
| | | | | | | | | | | 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
* change from /jffs to /overlay, patch from Daniel DickinsonFlorian Fainelli2010-03-211-2/+2
| | | | SVN-Revision: 20356
* firstboot: detect mtd, rom & jffs parts first, fix jffs mounted testNicolas Thill2010-03-051-5/+5
| | | | SVN-Revision: 19980
* add preinit modularization work by Daniel Dickinson (cshore)Felix Fietkau2010-01-251-152/+24
| | | | SVN-Revision: 19331
* firstboot: add support for union mountsFelix Fietkau2009-09-271-23/+60
| | | | SVN-Revision: 17778
* base-files: move firstboot to /sbinFelix Fietkau2009-09-271-0/+125
SVN-Revision: 17775