From 7bb36ad737646e9f2653448eb06cdeeda20aca6a Mon Sep 17 00:00:00 2001 From: dsl Date: Fri, 2 Mar 2007 22:44:16 +0000 Subject: [PATCH] Use the correct major number for the temporary console node --- etc/MAKEDEV.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/MAKEDEV.tmpl b/etc/MAKEDEV.tmpl index c76d14cc10a4..d316fec01df9 100644 --- a/etc/MAKEDEV.tmpl +++ b/etc/MAKEDEV.tmpl @@ -1,5 +1,5 @@ #!/bin/sh - -# $NetBSD: MAKEDEV.tmpl,v 1.77 2007/03/02 21:29:23 dsl Exp $ +# $NetBSD: MAKEDEV.tmpl,v 1.78 2007/03/02 22:44:16 dsl Exp $ # # Copyright (c) 2003,2007 The NetBSD Foundation, Inc. # All rights reserved. @@ -1625,7 +1625,7 @@ create_mfs_dev() mount_mfs -b 4096 -f 512 -s $fs_size -n $ninode -p 07555 -o union swap $dev_mountpoint cd $dev_mountpoint - mknod -m 600 -g 0 -u 0 temp_console c 0 0 + mknod -m 600 -g 0 -u 0 temp_console c %cons_chr% 0 exec >temp_console 2>&1 rm temp_console echo "Created mfs $dev_mountpoint ($fs_size blocks, $ninode inodes)"