]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
stand/kboot: Parse the command line args
authorWarner Losh <imp@FreeBSD.org>
Wed, 7 Dec 2022 17:58:44 +0000 (10:58 -0700)
committerWarner Losh <imp@FreeBSD.org>
Tue, 24 Jan 2023 21:49:44 +0000 (14:49 -0700)
commit4bebad28e66fc421c0546378bde0cc9f02b24638
treede243f52bcde99c3c6f35f3d31cc74bcbadc8742
parent9c621f09dda5eb934069c32d1f0e564611d65784
stand/kboot: Parse the command line args

Do the standard command line parsing... With a small twist to deal with
the quirks of booting via linuxboot to the initrd from the command line
in shell.efi and other observed oddities.

Sponsored by: Netflix

(cherry picked from commit e1ff7945e1b3a9af34f092d9cca72ed802671c20)
stand/kboot/main.c