Module Name: src
Committed By: tsutsui
Date: Fri Jun 17 14:08:54 UTC 2022
Modified Files:
src/usr.sbin/sysinst/arch/sparc64: md.h
Log Message:
Restore DEFSWAPSIZE value to (-1) to determine it by get_ramsize().
Thanks hannken@ for informing this botch.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/usr.sbin/sysinst/arch/sparc64/md.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/sysinst/arch/sparc64/md.h
diff -u src/usr.sbin/sysinst/arch/sparc64/md.h:1.7 src/usr.sbin/sysinst/arch/sparc64/md.h:1.8
--- src/usr.sbin/sysinst/arch/sparc64/md.h:1.7 Fri Jun 17 09:00:08 2022
+++ src/usr.sbin/sysinst/arch/sparc64/md.h Fri Jun 17 14:08:54 2022
@@ -1,4 +1,4 @@
-/* $NetBSD: md.h,v 1.7 2022/06/17 09:00:08 hannken Exp $ */
+/* $NetBSD: md.h,v 1.8 2022/06/17 14:08:54 tsutsui Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -35,8 +35,6 @@
/* md.h -- Machine specific definitions for the sparc */
-/* Constants and defines */
-
/*
* Symbolic names for disk partitions.
*/
@@ -47,7 +45,7 @@
#define PART_FIRST_FREE PART_D
#define DEFROOTSIZE 64 /* Default root size */
-#define DEFSWAPSIZE 64 /* Default swap size */
+#define DEFSWAPSIZE (-1) /* Default swap size */
#define DEFVARSIZE 32 /* Default /var size, if created */
#define DEFUSRSIZE 1200 /* Default /usr size, if /home */
#define XNEEDMB 300 /* Extra megs for full X installation */