Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/amd64/conf Enable FFS_NO_SNAPSHOT in the INSTALL ke...
details: https://anonhg.NetBSD.org/src/rev/49e61391d3d8
branches: trunk
changeset: 574384:49e61391d3d8
user: dsl <dsl%NetBSD.org@localhost>
date: Sun Feb 27 12:38:42 2005 +0000
description:
Enable FFS_NO_SNAPSHOT in the INSTALL kernel so that it fits into 2 floppies
diffstat:
sys/arch/amd64/conf/INSTALL | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r b19c35ff0ad3 -r 49e61391d3d8 sys/arch/amd64/conf/INSTALL
--- a/sys/arch/amd64/conf/INSTALL Sun Feb 27 09:36:41 2005 +0000
+++ b/sys/arch/amd64/conf/INSTALL Sun Feb 27 12:38:42 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.26 2005/02/18 21:05:50 dsl Exp $
+# $NetBSD: INSTALL,v 1.27 2005/02/27 12:38:42 dsl Exp $
#
# GENERIC machine description file
#
@@ -20,7 +20,7 @@
include "arch/amd64/conf/std.amd64"
-#ident "INSTALL-$Revision: 1.26 $"
+#ident "INSTALL-$Revision: 1.27 $"
maxusers 32 # estimated number of users
@@ -93,7 +93,7 @@
#options NFSSERVER # Network File System server
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.
-#options FFS_NO_SNAPSHOT # ffs snapshots
+options FFS_NO_SNAPSHOT # ffs snapshots
# Networking options
#options GATEWAY # packet forwarding
Home |
Main Index |
Thread Index |
Old Index