mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 06:07:31 -04:00
- Don't whine about nodes we can't stat(); these are usually symlinks that lead out of the filesystem. - Autoboot is now controlled by $autoboot_delay, which is a value in seconds or NO to disable autoboot. - Don't autoboot at the end of boot.conf if we have already tried. - Add a 'read' command to complement 'echo'. Both are still hidden. - Improve the 'source' command/function so that it is possible to source scripts off removable media. The entire script is read and saved before beginning execution. Script lines beginning with '@' will not be echoed when being executed. Script execution will normally terminate at the first error, however if the script line begins with '-' this behaviour is overriden for that command. |
||
|---|---|---|
| .. | ||
| boot.c | ||
| bootstrap.h | ||
| commands.c | ||
| console.c | ||
| dev_net.c | ||
| dev_net.h | ||
| devopen.c | ||
| gensetdefs.c | ||
| interp.c | ||
| interp_backslash.c | ||
| interp_parse.c | ||
| isapnp.c | ||
| isapnp.h | ||
| load.c | ||
| load_aout.c | ||
| load_elf.c | ||
| ls.c | ||
| Makefile.inc | ||
| misc.c | ||
| module.c | ||
| panic.c | ||
| pnp.c | ||