mirror of
https://github.com/openbsd/src.git
synced 2025-01-10 06:47:55 -08:00
make non-root filesystems ffs2 for landisk, sgi and luna88k; ok aoyama@ visa@
This commit is contained in:
parent
9de82ef46b
commit
91b8c64f83
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: install.md,v 1.44 2020/04/05 15:15:42 krw Exp $
|
||||
# $OpenBSD: install.md,v 1.45 2020/05/25 06:18:53 otto Exp $
|
||||
#
|
||||
# Copyright (c) 1996 The NetBSD Foundation, Inc.
|
||||
# All rights reserved.
|
||||
@ -31,8 +31,7 @@
|
||||
# machine dependent section of installation/upgrade script.
|
||||
#
|
||||
|
||||
# FFS2 not supported, use FFS1
|
||||
MDFSOPT=-O1
|
||||
# FFS2 not supported for booting, use FFS1
|
||||
MDROOTFSOPT=-O1
|
||||
|
||||
md_installboot() {
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: install.md,v 1.26 2020/04/05 15:15:42 krw Exp $
|
||||
# $OpenBSD: install.md,v 1.27 2020/05/25 06:18:53 otto Exp $
|
||||
#
|
||||
# Copyright (c) 1996 The NetBSD Foundation, Inc.
|
||||
# All rights reserved.
|
||||
@ -32,7 +32,7 @@
|
||||
#
|
||||
|
||||
MDTERM=vt100
|
||||
MDFSOPT=-O1
|
||||
# FFS2 not supported for booting, use FFS1
|
||||
MDROOTFSOPT="-f 1024 -b 8192 -O1"
|
||||
NCPU=$(sysctl -n hw.ncpufound)
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: install.md,v 1.45 2020/04/05 15:15:42 krw Exp $
|
||||
# $OpenBSD: install.md,v 1.46 2020/05/25 06:18:53 otto Exp $
|
||||
#
|
||||
# Copyright (c) 1996 The NetBSD Foundation, Inc.
|
||||
# All rights reserved.
|
||||
@ -35,8 +35,7 @@ IPARCH=$(sysctl -n hw.model)
|
||||
NCPU=$(sysctl -n hw.ncpufound)
|
||||
MDKERNEL=GENERIC-$IPARCH
|
||||
|
||||
# FFS2 not supported, use FFS1
|
||||
MDFSOPT=-O1
|
||||
# FFS2 not supported for booting, use FFS1
|
||||
MDROOTFSOPT=-O1
|
||||
|
||||
MDSETS="bsd.$IPARCH bsd.rd.$IPARCH"
|
||||
|
Loading…
Reference in New Issue
Block a user