diff options
author | Robert Peichaer <rpe@cvs.openbsd.org> | 2017-07-28 18:15:45 +0000 |
---|---|---|
committer | Robert Peichaer <rpe@cvs.openbsd.org> | 2017-07-28 18:15:45 +0000 |
commit | 79a575328402014361db766af9666ee71ebe65c4 (patch) | |
tree | 0b6dc7f73f880940314371bc9178e36abcad3574 /distrib/arm64 | |
parent | aff11244565e121716635ccb1d321fca7e65a220 (diff) |
DEFAULTSETS, SANESETS and THESETS are set in the install.md scripts
according to the same logic for all architectures but sgi.
Consolidate setting them in one place in install.sub and incorporate
the sgi specific MDSETS and MDSANESETS.
Introduce MDSANESETS complementing MDSETS which makes the construction
of DEFAULTSETS, THESETS and SANESETS clearer in install.sub.
While here, adjust the comment about how MDSETS used now.
OK deraadt@
Diffstat (limited to 'distrib/arm64')
-rw-r--r-- | distrib/arm64/ramdisk/install.md | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/distrib/arm64/ramdisk/install.md b/distrib/arm64/ramdisk/install.md index fdf911fd455..fc644719af6 100644 --- a/distrib/arm64/ramdisk/install.md +++ b/distrib/arm64/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.5 2017/05/07 12:00:12 jsg Exp $ +# $OpenBSD: install.md,v 1.6 2017/07/28 18:15:44 rpe Exp $ # # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -32,9 +32,6 @@ # machine dependent section of installation/upgrade script. # -SANESETS="bsd" -DEFAULTSETS="bsd bsd.rd" - NEWFSARGS_msdos="-F 16 -L boot" MOUNT_ARGS_msdos="-o-l" |