Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/sysinst/arch/evbarm Make sure the kernel set is sel...
details: https://anonhg.NetBSD.org/src/rev/723368172a09
branches: trunk
changeset: 957421:723368172a09
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Sat Nov 28 13:05:58 2020 +0000
description:
Make sure the kernel set is selected, even if extracting parts of it
manually.
diffstat:
usr.sbin/sysinst/arch/evbarm/md.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 35fe3ef5993e -r 723368172a09 usr.sbin/sysinst/arch/evbarm/md.c
--- a/usr.sbin/sysinst/arch/evbarm/md.c Sat Nov 28 10:28:53 2020 +0000
+++ b/usr.sbin/sysinst/arch/evbarm/md.c Sat Nov 28 13:05:58 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: md.c,v 1.19 2020/10/14 15:09:10 martin Exp $ */
+/* $NetBSD: md.c,v 1.20 2020/11/28 13:05:58 jmcneill Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -86,6 +86,7 @@
* we will extract kernel variants piecewise manually
* later, just fetch the kernel set, do not unpack it.
*/
+ set_kernel_set(SET_KERNEL_1);
set_noextract_set(SET_KERNEL_1);
}
Home |
Main Index |
Thread Index |
Old Index