fix passing explicit stage files
authorkn <kn@openbsd.org>
Tue, 27 Sep 2022 11:31:46 +0000 (11:31 +0000)
committerkn <kn@openbsd.org>
Tue, 27 Sep 2022 11:31:46 +0000 (11:31 +0000)
commited13161d4d7d8aa53077f031032e1b5135150b72
treeff6126f1c84f20923743db3e88e703dd01c8d71d
parent79adaffda12a9d6bd6cad07d5c62f001ebda62fe
fix passing explicit stage files

This fixes installboot regress on powerpc64.

The exact same diff already landed for macppc;  efi also has the same fix
for md_init() but without the string handling cleanup that entails.

macppc_installboot.c r1.6 "Fix passing explicit stage files":

Using `stage1' leads to a bit more cleanup since early MI installboot.c
handles `-r', i.e. write_filesystem() no longer has needs to do the
fileprefix() dance itself.

OK gkoehler
usr.sbin/installboot/powerpc64_installboot.c