INSTALL_*: correct a path in a comment
This commit is contained in:
parent
2e29618c09
commit
e86cf4b839
|
@ -1,12 +1,12 @@
|
||||||
# $NetBSD: INSTALL_CI20,v 1.1 2015/04/06 14:18:09 joerg Exp $
|
# $NetBSD: INSTALL_CI20,v 1.2 2023/06/09 21:33:16 gutteridge Exp $
|
||||||
|
|
||||||
include "arch/evbmips/conf/CI20"
|
include "arch/evbmips/conf/CI20"
|
||||||
|
|
||||||
#ident "INSTALL_CI20-$Revision: 1.1 $"
|
#ident "INSTALL_CI20-$Revision: 1.2 $"
|
||||||
|
|
||||||
# Enable the hooks used for initializing the root memory-disk.
|
# Enable the hooks used for initializing the root memory-disk.
|
||||||
# The ramdisk size must be kept in sync manually with the size of
|
# The ramdisk size must be kept in sync manually with the size of
|
||||||
# the `ramdisk' image (which is built in distrib/evbmips/ramdisk/ramdisk).
|
# the `ramdisk' image (which is built in distrib/evbmips/instkernel/ramdisk).
|
||||||
pseudo-device md # memory disk device
|
pseudo-device md # memory disk device
|
||||||
options MEMORY_DISK_HOOKS
|
options MEMORY_DISK_HOOKS
|
||||||
options MEMORY_DISK_IS_ROOT # force root on memory disk
|
options MEMORY_DISK_IS_ROOT # force root on memory disk
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
# $NetBSD: INSTALL_CPMBR1400,v 1.2 2011/07/28 15:50:13 matt Exp $
|
# $NetBSD: INSTALL_CPMBR1400,v 1.3 2023/06/09 21:33:16 gutteridge Exp $
|
||||||
|
|
||||||
include "arch/evbmips/conf/CPMBR1400"
|
include "arch/evbmips/conf/CPMBR1400"
|
||||||
|
|
||||||
#ident "INSTALL_MALTA-$Revision: 1.2 $"
|
#ident "INSTALL_MALTA-$Revision: 1.3 $"
|
||||||
|
|
||||||
# Enable the hooks used for initializing the root memory-disk.
|
# Enable the hooks used for initializing the root memory-disk.
|
||||||
# The ramdisk size must be kept in sync manually with the size of
|
# The ramdisk size must be kept in sync manually with the size of
|
||||||
# the `ramdisk' image (which is built in distrib/evbmips/ramdisk/ramdisk).
|
# the `ramdisk' image (which is built in distrib/evbmips/instkernel/ramdisk).
|
||||||
pseudo-device md # memory disk device
|
pseudo-device md # memory disk device
|
||||||
options MEMORY_DISK_HOOKS
|
options MEMORY_DISK_HOOKS
|
||||||
options MEMORY_DISK_IS_ROOT # force root on memory disk
|
options MEMORY_DISK_IS_ROOT # force root on memory disk
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
# $NetBSD: INSTALL_LOONGSON,v 1.1 2011/08/29 18:32:18 bouyer Exp $
|
# $NetBSD: INSTALL_LOONGSON,v 1.2 2023/06/09 21:33:16 gutteridge Exp $
|
||||||
|
|
||||||
include "arch/evbmips/conf/LOONGSON"
|
include "arch/evbmips/conf/LOONGSON"
|
||||||
|
|
||||||
#ident "INSTALL_LOONGSON-$Revision: 1.1 $"
|
#ident "INSTALL_LOONGSON-$Revision: 1.2 $"
|
||||||
|
|
||||||
# Enable the hooks used for initializing the root memory-disk.
|
# Enable the hooks used for initializing the root memory-disk.
|
||||||
# The ramdisk size must be kept in sync manually with the size of
|
# The ramdisk size must be kept in sync manually with the size of
|
||||||
# the `ramdisk' image (which is built in distrib/evbmips/ramdisk/ramdisk).
|
# the `ramdisk' image (which is built in distrib/evbmips/instkernel/ramdisk).
|
||||||
pseudo-device md # memory disk device
|
pseudo-device md # memory disk device
|
||||||
options MEMORY_DISK_HOOKS
|
options MEMORY_DISK_HOOKS
|
||||||
options MEMORY_DISK_IS_ROOT # force root on memory disk
|
options MEMORY_DISK_IS_ROOT # force root on memory disk
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
# $NetBSD: INSTALL_MALTA,v 1.2 2009/12/14 00:46:01 matt Exp $
|
# $NetBSD: INSTALL_MALTA,v 1.3 2023/06/09 21:33:16 gutteridge Exp $
|
||||||
|
|
||||||
include "arch/evbmips/conf/MALTA"
|
include "arch/evbmips/conf/MALTA"
|
||||||
|
|
||||||
#ident "INSTALL_MALTA-$Revision: 1.2 $"
|
#ident "INSTALL_MALTA-$Revision: 1.3 $"
|
||||||
|
|
||||||
# Enable the hooks used for initializing the root memory-disk.
|
# Enable the hooks used for initializing the root memory-disk.
|
||||||
# The ramdisk size must be kept in sync manually with the size of
|
# The ramdisk size must be kept in sync manually with the size of
|
||||||
# the `ramdisk' image (which is built in distrib/evbmips/ramdisk/ramdisk).
|
# the `ramdisk' image (which is built in distrib/evbmips/instkernel/ramdisk).
|
||||||
pseudo-device md # memory disk device
|
pseudo-device md # memory disk device
|
||||||
options MEMORY_DISK_HOOKS
|
options MEMORY_DISK_HOOKS
|
||||||
options MEMORY_DISK_IS_ROOT # force root on memory disk
|
options MEMORY_DISK_IS_ROOT # force root on memory disk
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
# $NetBSD: INSTALL_MALTA32,v 1.3 2016/07/11 03:45:59 matt Exp $
|
# $NetBSD: INSTALL_MALTA32,v 1.4 2023/06/09 21:33:16 gutteridge Exp $
|
||||||
|
|
||||||
include "arch/evbmips/conf/MALTA32"
|
include "arch/evbmips/conf/MALTA32"
|
||||||
|
|
||||||
#ident "INSTALL_MALTA32-$Revision: 1.3 $"
|
#ident "INSTALL_MALTA32-$Revision: 1.4 $"
|
||||||
|
|
||||||
# Enable the hooks used for initializing the root memory-disk.
|
# Enable the hooks used for initializing the root memory-disk.
|
||||||
# The ramdisk size must be kept in sync manually with the size of
|
# The ramdisk size must be kept in sync manually with the size of
|
||||||
# the `ramdisk' image (which is built in distrib/evbmips/ramdisk/ramdisk).
|
# the `ramdisk' image (which is built in distrib/evbmips/instkernel/ramdisk).
|
||||||
pseudo-device md # memory disk device
|
pseudo-device md # memory disk device
|
||||||
options MEMORY_DISK_HOOKS
|
options MEMORY_DISK_HOOKS
|
||||||
options MEMORY_DISK_IS_ROOT # force root on memory disk
|
options MEMORY_DISK_IS_ROOT # force root on memory disk
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
# $NetBSD: INSTALL_MALTA64,v 1.2 2009/12/14 00:46:01 matt Exp $
|
# $NetBSD: INSTALL_MALTA64,v 1.3 2023/06/09 21:33:16 gutteridge Exp $
|
||||||
|
|
||||||
include "arch/evbmips/conf/MALTA64"
|
include "arch/evbmips/conf/MALTA64"
|
||||||
|
|
||||||
#ident "INSTALL_MALTA64-$Revision: 1.2 $"
|
#ident "INSTALL_MALTA64-$Revision: 1.3 $"
|
||||||
|
|
||||||
# Enable the hooks used for initializing the root memory-disk.
|
# Enable the hooks used for initializing the root memory-disk.
|
||||||
# The ramdisk size must be kept in sync manually with the size of
|
# The ramdisk size must be kept in sync manually with the size of
|
||||||
# the `ramdisk' image (which is built in distrib/evbmips/ramdisk/ramdisk).
|
# the `ramdisk' image (which is built in distrib/evbmips/instkernel/ramdisk).
|
||||||
pseudo-device md # memory disk device
|
pseudo-device md # memory disk device
|
||||||
options MEMORY_DISK_HOOKS
|
options MEMORY_DISK_HOOKS
|
||||||
options MEMORY_DISK_IS_ROOT # force root on memory disk
|
options MEMORY_DISK_IS_ROOT # force root on memory disk
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
# $NetBSD: INSTALL_OCTEON,v 1.2 2020/07/17 14:58:17 jmcneill Exp $
|
# $NetBSD: INSTALL_OCTEON,v 1.3 2023/06/09 21:33:16 gutteridge Exp $
|
||||||
|
|
||||||
include "arch/evbmips/conf/OCTEON"
|
include "arch/evbmips/conf/OCTEON"
|
||||||
|
|
||||||
#ident "INSTALL_OCTEON-$Revision: 1.2 $"
|
#ident "INSTALL_OCTEON-$Revision: 1.3 $"
|
||||||
|
|
||||||
# Enable the hooks used for initializing the root memory-disk.
|
# Enable the hooks used for initializing the root memory-disk.
|
||||||
# The ramdisk size must be kept in sync manually with the size of
|
# The ramdisk size must be kept in sync manually with the size of
|
||||||
# the `ramdisk' image (which is built in distrib/evbmips/ramdisk/ramdisk).
|
# the `ramdisk' image (which is built in distrib/evbmips/instkernel/ramdisk).
|
||||||
pseudo-device md # memory disk device
|
pseudo-device md # memory disk device
|
||||||
options MEMORY_DISK_HOOKS
|
options MEMORY_DISK_HOOKS
|
||||||
options MEMORY_DISK_IS_ROOT # force root on memory disk
|
options MEMORY_DISK_IS_ROOT # force root on memory disk
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
# $NetBSD: INSTALL_OMSAL400,v 1.2 2009/02/06 18:50:27 jym Exp $
|
# $NetBSD: INSTALL_OMSAL400,v 1.3 2023/06/09 21:33:16 gutteridge Exp $
|
||||||
|
|
||||||
include "arch/evbmips/conf/OMSAL400"
|
include "arch/evbmips/conf/OMSAL400"
|
||||||
|
|
||||||
#ident "INSTALL_OMSAL400-$Revision: 1.2 $"
|
#ident "INSTALL_OMSAL400-$Revision: 1.3 $"
|
||||||
|
|
||||||
# Enable the hooks used for initializing the root memory-disk.
|
# Enable the hooks used for initializing the root memory-disk.
|
||||||
# The ramdisk size must be kept in sync manually with the size of
|
# The ramdisk size must be kept in sync manually with the size of
|
||||||
# the `ramdisk' image (which is built in distrib/evbmips/ramdisk/ramdisk).
|
# the `ramdisk' image (which is built in distrib/evbmips/instkernel/ramdisk).
|
||||||
pseudo-device md # memory disk device
|
pseudo-device md # memory disk device
|
||||||
options MEMORY_DISK_HOOKS
|
options MEMORY_DISK_HOOKS
|
||||||
options MEMORY_DISK_IS_ROOT # force root on memory disk
|
options MEMORY_DISK_IS_ROOT # force root on memory disk
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
# $NetBSD: INSTALL_XLSATX32,v 1.3 2015/05/17 19:36:52 matt Exp $
|
# $NetBSD: INSTALL_XLSATX32,v 1.4 2023/06/09 21:33:16 gutteridge Exp $
|
||||||
|
|
||||||
include "arch/evbmips/conf/XLSATX32"
|
include "arch/evbmips/conf/XLSATX32"
|
||||||
|
|
||||||
#ident "INSTALL_XLSATX32-$Revision: 1.3 $"
|
#ident "INSTALL_XLSATX32-$Revision: 1.4 $"
|
||||||
|
|
||||||
# Enable the hooks used for initializing the root memory-disk.
|
# Enable the hooks used for initializing the root memory-disk.
|
||||||
# The ramdisk size must be kept in sync manually with the size of
|
# The ramdisk size must be kept in sync manually with the size of
|
||||||
# the `ramdisk' image (which is built in distrib/evbmips/ramdisk/ramdisk).
|
# the `ramdisk' image (which is built in distrib/evbmips/instkernel/ramdisk).
|
||||||
pseudo-device md # memory disk device
|
pseudo-device md # memory disk device
|
||||||
options MEMORY_DISK_HOOKS
|
options MEMORY_DISK_HOOKS
|
||||||
options MEMORY_DISK_IS_ROOT # force root on memory disk
|
options MEMORY_DISK_IS_ROOT # force root on memory disk
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
# $NetBSD: INSTALL_XLSATX64,v 1.3 2015/05/17 19:36:52 matt Exp $
|
# $NetBSD: INSTALL_XLSATX64,v 1.4 2023/06/09 21:33:16 gutteridge Exp $
|
||||||
|
|
||||||
include "arch/evbmips/conf/XLSATX64"
|
include "arch/evbmips/conf/XLSATX64"
|
||||||
|
|
||||||
#ident "INSTALL_XLSATX64-$Revision: 1.3 $"
|
#ident "INSTALL_XLSATX64-$Revision: 1.4 $"
|
||||||
|
|
||||||
# Enable the hooks used for initializing the root memory-disk.
|
# Enable the hooks used for initializing the root memory-disk.
|
||||||
# The ramdisk size must be kept in sync manually with the size of
|
# The ramdisk size must be kept in sync manually with the size of
|
||||||
# the `ramdisk' image (which is built in distrib/evbmips/ramdisk/ramdisk).
|
# the `ramdisk' image (which is built in distrib/evbmips/instkernel/ramdisk).
|
||||||
pseudo-device md # memory disk device
|
pseudo-device md # memory disk device
|
||||||
options MEMORY_DISK_HOOKS
|
options MEMORY_DISK_HOOKS
|
||||||
options MEMORY_DISK_IS_ROOT # force root on memory disk
|
options MEMORY_DISK_IS_ROOT # force root on memory disk
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
# $NetBSD: INSTALL_ZYXELKX,v 1.1 2014/04/30 01:01:04 matt Exp $
|
# $NetBSD: INSTALL_ZYXELKX,v 1.2 2023/06/09 21:33:16 gutteridge Exp $
|
||||||
|
|
||||||
include "arch/evbmips/conf/ZYXELKX"
|
include "arch/evbmips/conf/ZYXELKX"
|
||||||
|
|
||||||
#ident "INSTALL_ZYXELKX-$Revision: 1.1 $"
|
#ident "INSTALL_ZYXELKX-$Revision: 1.2 $"
|
||||||
|
|
||||||
# Enable the hooks used for initializing the root memory-disk.
|
# Enable the hooks used for initializing the root memory-disk.
|
||||||
# The ramdisk size must be kept in sync manually with the size of
|
# The ramdisk size must be kept in sync manually with the size of
|
||||||
# the `ramdisk' image (which is built in distrib/evbmips/ramdisk/ramdisk).
|
# the `ramdisk' image (which is built in distrib/evbmips/instkernel/ramdisk).
|
||||||
pseudo-device md # memory disk device
|
pseudo-device md # memory disk device
|
||||||
options MEMORY_DISK_HOOKS
|
options MEMORY_DISK_HOOKS
|
||||||
options MEMORY_DISK_IS_ROOT # force root on memory disk
|
options MEMORY_DISK_IS_ROOT # force root on memory disk
|
||||||
|
|
Loading…
Reference in New Issue