aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-10-16 23:19:13 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-10-16 23:19:13 -0400
commitcdf02b4ce64666ea13106095e69b9018924f82d9 (patch)
tree5bf4276f1a12edb98595f4eef553842574dd708b /config
parent5f5d373c816a1a801f77d0f1bbc9caa24cebebff (diff)
downloadpfsense-packages-cdf02b4ce64666ea13106095e69b9018924f82d9.tar.gz
pfsense-packages-cdf02b4ce64666ea13106095e69b9018924f82d9.tar.bz2
pfsense-packages-cdf02b4ce64666ea13106095e69b9018924f82d9.zip
Launch /etc/rc.initial menu
Diffstat (limited to 'config')
-rw-r--r--config/anyterm/anyterm.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/anyterm/anyterm.inc b/config/anyterm/anyterm.inc
index eefe2bfb..7f2f95f3 100644
--- a/config/anyterm/anyterm.inc
+++ b/config/anyterm/anyterm.inc
@@ -49,7 +49,7 @@ function anyterm_install() {
$port = " --port {$config['installedpackages']['anyterm']['config'][0]['port']}";
// This will bring up the pfSense style menu
- $anytermd_command = "anytermd --user root --command \"/usr/libexec/getty Pc\" --auth trivial $port";
+ $anytermd_command = "anytermd --user root --command '/etc/rc.initial' --auth trivial $port";
$anyterm = <<<EOD
#!/bin/sh