Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | failsafe-mode: print short help on commandline | John Crispin | 2014-10-20 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [base-files] failsafe-mode: print short help on commandline Like mentioned in ticket https://dev.openwrt.org/ticket/11911 this should make the IRC much quieter. Failsafe is somehow special and even experienced users are helpless, because they are not used to this seldom situation. Also: likely you have no internet access in this mode, so you cannot use the wiki. a failsafe-session now looks like this: first we see from 'package/base-files/files/bin/login.sh' the hint: === IMPORTANT ============================ Use 'passwd' to set your login password this will disable telnet and enable SSH ------------------------------------------ after this the /etc/banner ("OpenWrt - wireless freedom") and then the new text: ================= FAILSAFE MODE active ================ special commands: * firstboot reset settings to factory defaults * mount_root mount root-partition with config files after mount_root: * passwd change root's password * /etc/config directory with config files for more help see: http://wiki.openwrt.org/doc/howto/generic.failsafe ======================================================= this supersedes the old patches: http://patchwork.openwrt.org/patch/3337/ http://patchwork.openwrt.org/patch/3553/ Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com> SVN-Revision: 42985 | ||||
* | base-files: change PATH order | John Crispin | 2013-06-10 | 1 | -1/+1 |
| | | | | | | | | | This allows packages to override busybox applets by placing the new binaries in /usr/{sbin,bin} Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36890 | ||||
* | base-files: check for ldd presence and executability (#11991) | Florian Fainelli | 2012-08-08 | 1 | -1/+1 |
| | | | | SVN-Revision: 33057 | ||||
* | base-files: fix detection of standalone ldd | Florian Fainelli | 2012-07-27 | 1 | -1/+1 |
| | | | | | | | | When standalone ldd is selected in config the binary is installed in /usr/bin/ldd. Signed-off-by: Michael Heimpold <mhei@heimpold.de> SVN-Revision: 32891 | ||||
* | base-files: fix arp() procedure to properly detect /usr/bin/arp | Jo-Philipp Wich | 2011-08-12 | 1 | -1/+1 |
| | | | | SVN-Revision: 27965 | ||||
* | fix $HOME in /etc/profile (#4424) | Felix Fietkau | 2009-01-07 | 1 | -1/+2 |
| | | | | SVN-Revision: 13914 | ||||
* | made HOME=/root global instead of x86 specific | John Crispin | 2007-09-19 | 1 | -1/+1 |
| | | | | SVN-Revision: 8845 | ||||
* | Prefer real executables when available (#1296) | Florian Fainelli | 2007-05-14 | 1 | -3/+3 |
| | | | | SVN-Revision: 7232 | ||||
* | add K* scripts to be run at shutdown | Mike Baker | 2007-05-10 | 1 | -1/+0 |
| | | | | SVN-Revision: 7163 | ||||
* | move the last change to the right place | Imre Kaloz | 2007-04-30 | 1 | -0/+1 |
| | | | | SVN-Revision: 7069 | ||||
* | Add ldd and ldconfig support, template packages derived from gcc and uclibc | Florian Fainelli | 2007-04-03 | 1 | -1/+1 |
| | | | | SVN-Revision: 6856 | ||||
* | Use MiBSD ksh if installed (#1470) | Florian Fainelli | 2007-03-24 | 1 | -0/+2 |
| | | | | SVN-Revision: 6687 | ||||
* | rename default/ to files/ | Felix Fietkau | 2006-11-22 | 1 | -0/+12 |
SVN-Revision: 5622 |