From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCHv2 08/12] installer: Allow writing to the debug console from anywhere Date: Sat, 23 Mar 2024 11:56:25 +0100 Message-ID: <20240323105629.371511-8-stefan.schantl@ipfire.org> In-Reply-To: <20240323105629.371511-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2226173209267789010==" List-Id: --===============2226173209267789010== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Stefan Schantl --- src/installer/hw.c | 2 ++ src/installer/main.c | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/installer/hw.c b/src/installer/hw.c index 3fa8b889e..ba6064cf5 100644 --- a/src/installer/hw.c +++ b/src/installer/hw.c @@ -44,6 +44,8 @@ =20 #include "hw.h" =20 +extern FILE* flog; + static int system_chroot(const char* output, const char* path, const char* c= md) { char chroot_cmd[STRING_SIZE]; =20 diff --git a/src/installer/main.c b/src/installer/main.c index 47daccdaa..30f02d8cb 100644 --- a/src/installer/main.c +++ b/src/installer/main.c @@ -29,6 +29,8 @@ =20 extern char url[STRING_SIZE]; =20 +FILE* flog =3D NULL; + static int newtChecklist(const char* title, const char* message, unsigned int width, unsigned int height, unsigned int num_entries, const char** entries, int* states) { @@ -377,7 +379,6 @@ int main(int argc, char *argv[]) { sethostname(DISTRO_SNAME, 10); =20 /* Log file/terminal stuff. */ - FILE* flog =3D NULL; if (argc >=3D 2) { logfile =3D argv[1]; =20 --=20 2.39.2 --===============2226173209267789010==--