More stuff

This commit is contained in:
Eric Andersen
1999-10-13 22:56:11 +00:00
parent f6be944a6a
commit 2c1030177e
6 changed files with 15 additions and 11 deletions

View File

@ -249,7 +249,7 @@ void
configure_terminals( int serial_cons );
extern int
init_main(struct FileInfo * i, int argc, char * * argv)
init_main(int argc, char * * argv)
{
static const char * const rc = "etc/rc";
const char * arguments[100];
@ -370,8 +370,10 @@ Read the instructions in the install.html file.
}
arguments[j] = 0;
if ( run_rc )
if ( run_rc ) {
printf("running %s\n",rc);
waitfor(run(rc, arguments, console, 0));
}
if ( 0 == create_swap) {
if (unlink("/etc/swappartition")) {