Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/usermode/conf Add options INSECURE, as sysinst requ...



details:   https://anonhg.NetBSD.org/src/rev/2a0651b6ff0b
branches:  trunk
changeset: 772751:2a0651b6ff0b
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sun Jan 15 00:25:33 2012 +0000

description:
Add options INSECURE, as sysinst requires it. Now I can boot an x86 install
CD image.

diffstat:

 sys/arch/usermode/conf/GENERIC.amd64 |  6 ++++--
 sys/arch/usermode/conf/GENERIC.i386  |  6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diffs (50 lines):

diff -r bce08ce5807a -r 2a0651b6ff0b sys/arch/usermode/conf/GENERIC.amd64
--- a/sys/arch/usermode/conf/GENERIC.amd64      Sun Jan 15 00:15:23 2012 +0000
+++ b/sys/arch/usermode/conf/GENERIC.amd64      Sun Jan 15 00:25:33 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC.amd64,v 1.2 2012/01/07 20:44:41 reinoud Exp $
+# $NetBSD: GENERIC.amd64,v 1.3 2012/01/15 00:25:33 jmcneill Exp $
 
 machine usermode
 include "arch/usermode/conf/GENERIC.common"
@@ -6,6 +6,8 @@
 
 no options EXEC_ELF32
 
+options        INSECURE                # required by sysinst
+
 options                TEXTADDR=0x40000000     # 1 Gb `phys ram' / total space
 options                KVMSIZE= 0x10000000     # KVM space reserved in VM map, 256 Mb
 options                NKMEMPAGES_MAX=32768    # 128 Mb max
@@ -14,5 +16,5 @@
 makeoptions    LD="ld -melf_amd64"
 
 #options       INCLUDE_CONFIG_FILE
-#ident                 "GENERIC32-$Revision: 1.2 $"
+#ident                 "GENERIC32-$Revision: 1.3 $"
 
diff -r bce08ce5807a -r 2a0651b6ff0b sys/arch/usermode/conf/GENERIC.i386
--- a/sys/arch/usermode/conf/GENERIC.i386       Sun Jan 15 00:15:23 2012 +0000
+++ b/sys/arch/usermode/conf/GENERIC.i386       Sun Jan 15 00:25:33 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC.i386,v 1.4 2012/01/07 20:44:41 reinoud Exp $
+# $NetBSD: GENERIC.i386,v 1.5 2012/01/15 00:25:33 jmcneill Exp $
 
 machine usermode
 include "arch/usermode/conf/GENERIC.common"
@@ -6,6 +6,8 @@
 
 no options EXEC_ELF64
 
+options        INSECURE                # required by sysinst
+
 options                TEXTADDR=0x40000000     # 1 Gb `phys ram' / total space
 options                KVMSIZE= 0x10000000     # KVM space reserved in VM map, 256 Mb
 options                NKMEMPAGES_MAX=32768    # 128 Mb max
@@ -14,5 +16,5 @@
 makeoptions    LD="ld -melf_i386"
 
 #options       INCLUDE_CONFIG_FILE
-#ident                 "GENERIC32-$Revision: 1.4 $"
+#ident                 "GENERIC32-$Revision: 1.5 $"
 



Home | Main Index | Thread Index | Old Index