Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc/etc.arm32 sysinst won't work without ptys on the ramdisk...
details: https://anonhg.NetBSD.org/src/rev/295dfb528b30
branches: trunk
changeset: 474046:295dfb528b30
user: cgd <cgd%NetBSD.org@localhost>
date: Sat Jun 26 22:58:06 1999 +0000
description:
sysinst won't work without ptys on the ramdisk image. (*sigh* How
well was sysinst tested for 1.4...)
diffstat:
etc/etc.arm32/MAKEDEV | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r 67d4f7aee333 -r 295dfb528b30 etc/etc.arm32/MAKEDEV
--- a/etc/etc.arm32/MAKEDEV Sat Jun 26 20:04:49 1999 +0000
+++ b/etc/etc.arm32/MAKEDEV Sat Jun 26 22:58:06 1999 +0000
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $NetBSD: MAKEDEV,v 1.31 1999/03/20 03:00:20 mark Exp $
+# $NetBSD: MAKEDEV,v 1.32 1999/06/26 22:58:06 cgd Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@@ -125,7 +125,7 @@
ramdisk|floppy)
sh $0 std fd0 fd1 wd0 wd1 wd2 wd3 md0 md1 sd0 sd1 sd2 sd3
- sh $0 tty0 tty1 ttyv0 ttyv1 ttyv2 ttyv3 ttyv4 ttyv5
+ sh $0 tty0 tty1 pty0 ttyv0 ttyv1 ttyv2 ttyv3 ttyv4 ttyv5
sh $0 st0 st1 cd0 cd1
;;
Home |
Main Index |
Thread Index |
Old Index