mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-17 15:27:36 +00:00
Back out mount change here (which is the only branch it should have
occupied in the first place :)
This commit is contained in:
parent
0f10d94d32
commit
593230d218
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=25246
@ -4,7 +4,7 @@
|
||||
* This is probably the last program in the `sysinstall' line - the next
|
||||
* generation being essentially a complete rewrite.
|
||||
*
|
||||
* $Id: system.c,v 1.77 1997/02/22 14:12:20 peter Exp $
|
||||
* $Id: system.c,v 1.78 1997/04/28 06:15:49 jkh Exp $
|
||||
*
|
||||
* Jordan Hubbard
|
||||
*
|
||||
@ -20,8 +20,6 @@
|
||||
#include <signal.h>
|
||||
#include <sys/reboot.h>
|
||||
#include <machine/console.h>
|
||||
#include <sys/param.h>
|
||||
#include <sys/mount.h>
|
||||
#include <sys/fcntl.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/wait.h>
|
||||
@ -86,8 +84,6 @@ systemInitialize(int argc, char **argv)
|
||||
setenv("PATH", "/stand:/bin:/sbin:/usr/sbin:/usr/bin:/mnt/bin:/mnt/sbin:/mnt/usr/sbin:/mnt/usr/bin:/usr/X11R6/bin", 1);
|
||||
setbuf(stdin, 0);
|
||||
setbuf(stderr, 0);
|
||||
/* Remount root read/write in case it's R/O */
|
||||
mount(MOUNT_MFS, "/", MNT_WANTRDWR | MNT_UPDATE, NULL);
|
||||
}
|
||||
else {
|
||||
char hname[256];
|
||||
|
@ -4,7 +4,7 @@
|
||||
* This is probably the last program in the `sysinstall' line - the next
|
||||
* generation being essentially a complete rewrite.
|
||||
*
|
||||
* $Id: system.c,v 1.77 1997/02/22 14:12:20 peter Exp $
|
||||
* $Id: system.c,v 1.78 1997/04/28 06:15:49 jkh Exp $
|
||||
*
|
||||
* Jordan Hubbard
|
||||
*
|
||||
@ -20,8 +20,6 @@
|
||||
#include <signal.h>
|
||||
#include <sys/reboot.h>
|
||||
#include <machine/console.h>
|
||||
#include <sys/param.h>
|
||||
#include <sys/mount.h>
|
||||
#include <sys/fcntl.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/wait.h>
|
||||
@ -86,8 +84,6 @@ systemInitialize(int argc, char **argv)
|
||||
setenv("PATH", "/stand:/bin:/sbin:/usr/sbin:/usr/bin:/mnt/bin:/mnt/sbin:/mnt/usr/sbin:/mnt/usr/bin:/usr/X11R6/bin", 1);
|
||||
setbuf(stdin, 0);
|
||||
setbuf(stderr, 0);
|
||||
/* Remount root read/write in case it's R/O */
|
||||
mount(MOUNT_MFS, "/", MNT_WANTRDWR | MNT_UPDATE, NULL);
|
||||
}
|
||||
else {
|
||||
char hname[256];
|
||||
|
@ -4,7 +4,7 @@
|
||||
* This is probably the last program in the `sysinstall' line - the next
|
||||
* generation being essentially a complete rewrite.
|
||||
*
|
||||
* $Id: system.c,v 1.77 1997/02/22 14:12:20 peter Exp $
|
||||
* $Id: system.c,v 1.78 1997/04/28 06:15:49 jkh Exp $
|
||||
*
|
||||
* Jordan Hubbard
|
||||
*
|
||||
@ -20,8 +20,6 @@
|
||||
#include <signal.h>
|
||||
#include <sys/reboot.h>
|
||||
#include <machine/console.h>
|
||||
#include <sys/param.h>
|
||||
#include <sys/mount.h>
|
||||
#include <sys/fcntl.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/wait.h>
|
||||
@ -86,8 +84,6 @@ systemInitialize(int argc, char **argv)
|
||||
setenv("PATH", "/stand:/bin:/sbin:/usr/sbin:/usr/bin:/mnt/bin:/mnt/sbin:/mnt/usr/sbin:/mnt/usr/bin:/usr/X11R6/bin", 1);
|
||||
setbuf(stdin, 0);
|
||||
setbuf(stderr, 0);
|
||||
/* Remount root read/write in case it's R/O */
|
||||
mount(MOUNT_MFS, "/", MNT_WANTRDWR | MNT_UPDATE, NULL);
|
||||
}
|
||||
else {
|
||||
char hname[256];
|
||||
|
Loading…
Reference in New Issue
Block a user