summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--release/sysinstall/install.c3
-rw-r--r--release/sysinstall/tcpip.c6
-rw-r--r--usr.sbin/sade/install.c3
-rw-r--r--usr.sbin/sysinstall/install.c3
-rw-r--r--usr.sbin/sysinstall/tcpip.c6
5 files changed, 12 insertions, 9 deletions
diff --git a/release/sysinstall/install.c b/release/sysinstall/install.c
index 8a1c2ff..9f68b23 100644
--- a/release/sysinstall/install.c
+++ b/release/sysinstall/install.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: install.c,v 1.55 1995/05/25 18:48:25 jkh Exp $
+ * $Id: install.c,v 1.56 1995/05/26 08:41:40 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -211,6 +211,7 @@ installInitial(void)
exit(1);
}
root_extract();
+ vsystem("(cd /stand; find etc) | cpio -pdmv /");
alreadyDone = TRUE;
return TRUE;
}
diff --git a/release/sysinstall/tcpip.c b/release/sysinstall/tcpip.c
index 12c70ad..79e5d93 100644
--- a/release/sysinstall/tcpip.c
+++ b/release/sysinstall/tcpip.c
@@ -111,17 +111,17 @@ static Layout layout[] = {
"Name server:", "IP address of your local DNS server",
nameserver, STRINGOBJ, NULL },
#define LAYOUT_NAMESERVER 3
-{ 11, 10, 18, IPADDR_FIELD_LEN - 1,
+{ 10, 10, 18, IPADDR_FIELD_LEN - 1,
"IP Address:",
"The IP address to be used for this interface",
ipaddr, STRINGOBJ, NULL },
#define LAYOUT_IPADDR 5
-{ 11, 35, 18, IPADDR_FIELD_LEN - 1,
+{ 10, 35, 18, IPADDR_FIELD_LEN - 1,
"Netmask:",
"The netmask for this interfaace, e.g. 0xffffff00 for a class C network",
netmask, STRINGOBJ, NULL },
#define LAYOUT_NETMASK 6
-{ 15, 10, 37, HOSTNAME_FIELD_LEN - 1,
+{ 14, 10, 37, HOSTNAME_FIELD_LEN - 1,
"Extra options to ifconfig:",
"Any interface-specific options to ifconfig you would like to use",
extras, STRINGOBJ, NULL },
diff --git a/usr.sbin/sade/install.c b/usr.sbin/sade/install.c
index 8a1c2ff..9f68b23 100644
--- a/usr.sbin/sade/install.c
+++ b/usr.sbin/sade/install.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: install.c,v 1.55 1995/05/25 18:48:25 jkh Exp $
+ * $Id: install.c,v 1.56 1995/05/26 08:41:40 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -211,6 +211,7 @@ installInitial(void)
exit(1);
}
root_extract();
+ vsystem("(cd /stand; find etc) | cpio -pdmv /");
alreadyDone = TRUE;
return TRUE;
}
diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c
index 8a1c2ff..9f68b23 100644
--- a/usr.sbin/sysinstall/install.c
+++ b/usr.sbin/sysinstall/install.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: install.c,v 1.55 1995/05/25 18:48:25 jkh Exp $
+ * $Id: install.c,v 1.56 1995/05/26 08:41:40 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -211,6 +211,7 @@ installInitial(void)
exit(1);
}
root_extract();
+ vsystem("(cd /stand; find etc) | cpio -pdmv /");
alreadyDone = TRUE;
return TRUE;
}
diff --git a/usr.sbin/sysinstall/tcpip.c b/usr.sbin/sysinstall/tcpip.c
index 12c70ad..79e5d93 100644
--- a/usr.sbin/sysinstall/tcpip.c
+++ b/usr.sbin/sysinstall/tcpip.c
@@ -111,17 +111,17 @@ static Layout layout[] = {
"Name server:", "IP address of your local DNS server",
nameserver, STRINGOBJ, NULL },
#define LAYOUT_NAMESERVER 3
-{ 11, 10, 18, IPADDR_FIELD_LEN - 1,
+{ 10, 10, 18, IPADDR_FIELD_LEN - 1,
"IP Address:",
"The IP address to be used for this interface",
ipaddr, STRINGOBJ, NULL },
#define LAYOUT_IPADDR 5
-{ 11, 35, 18, IPADDR_FIELD_LEN - 1,
+{ 10, 35, 18, IPADDR_FIELD_LEN - 1,
"Netmask:",
"The netmask for this interfaace, e.g. 0xffffff00 for a class C network",
netmask, STRINGOBJ, NULL },
#define LAYOUT_NETMASK 6
-{ 15, 10, 37, HOSTNAME_FIELD_LEN - 1,
+{ 14, 10, 37, HOSTNAME_FIELD_LEN - 1,
"Extra options to ifconfig:",
"Any interface-specific options to ifconfig you would like to use",
extras, STRINGOBJ, NULL },
OpenPOWER on IntegriCloud