From cdf02b4ce64666ea13106095e69b9018924f82d9 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Fri, 16 Oct 2009 23:19:13 -0400 Subject: Launch /etc/rc.initial menu --- config/anyterm/anyterm.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/anyterm') 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 = <<