Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-9]: src/usr.sbin/sysinst/arch/evbarm Pull up following revision(s...
details: https://anonhg.NetBSD.org/src/rev/c6f80a637d09
branches: netbsd-9
changeset: 964203:c6f80a637d09
user: martin <martin%NetBSD.org@localhost>
date: Sun Nov 29 11:36:46 2020 +0000
description:
Pull up following revision(s) (requested by jmcneill in ticket #1137):
usr.sbin/sysinst/arch/evbarm/md.c: revision 1.20
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 7dee1043da88 -r c6f80a637d09 usr.sbin/sysinst/arch/evbarm/md.c
--- a/usr.sbin/sysinst/arch/evbarm/md.c Sun Nov 29 11:34:04 2020 +0000
+++ b/usr.sbin/sysinst/arch/evbarm/md.c Sun Nov 29 11:36:46 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: md.c,v 1.8.2.5 2020/10/15 19:36:52 bouyer Exp $ */
+/* $NetBSD: md.c,v 1.8.2.6 2020/11/29 11:36:46 martin Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -87,6 +87,7 @@
* 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