From 2bf1a0317f479ee32f3a16be3f1bc22a99709da7 Mon Sep 17 00:00:00 2001 From: Leandro Pereira Date: Sat, 29 Jun 2019 22:35:53 -0700 Subject: Show kernel command line --- includes/computer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'includes') diff --git a/includes/computer.h b/includes/computer.h index 57da9db3..fe427ef8 100644 --- a/includes/computer.h +++ b/includes/computer.h @@ -92,6 +92,7 @@ struct _Computer { struct _OperatingSystem { gchar *kernel; + gchar *kcmdline; gchar *libc; gchar *distrocode; gchar *distro; -- cgit v1.2.3