Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/stand/efiboot efiboot: Allow "fs" as alias for "initrd",...
details: https://anonhg.NetBSD.org/src/rev/71d1c26ce463
branches: trunk
changeset: 984798:71d1c26ce463
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Sat Jul 24 10:22:28 2021 +0000
description:
efiboot: Allow "fs" as alias for "initrd", for compat with x86
diffstat:
sys/stand/efiboot/boot.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r c092d8750c4d -r 71d1c26ce463 sys/stand/efiboot/boot.c
--- a/sys/stand/efiboot/boot.c Sat Jul 24 08:39:54 2021 +0000
+++ b/sys/stand/efiboot/boot.c Sat Jul 24 10:22:28 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: boot.c,v 1.34 2021/06/23 21:43:38 jmcneill Exp $ */
+/* $NetBSD: boot.c,v 1.35 2021/07/24 10:22:28 jmcneill Exp $ */
/*-
* Copyright (c) 2016 Kimihiro Nonaka <nonaka%netbsd.org@localhost>
@@ -110,6 +110,7 @@
{ "dev", command_dev, "dev" },
{ "dtb", command_dtb, "dtb [dev:][filename]" },
{ "initrd", command_initrd, "initrd [dev:][filename]" },
+ { "fs", command_initrd, NULL },
{ "rndseed", command_rndseed, "rndseed [dev:][filename]" },
{ "dtoverlay", command_dtoverlay, "dtoverlay [dev:][filename]" },
{ "dtoverlays", command_dtoverlays, "dtoverlays [{on|off|reset}]" },
Home |
Main Index |
Thread Index |
Old Index