diff options
Diffstat (limited to 'Meta/export-argsparser-manpages.sh')
-rwxr-xr-x | Meta/export-argsparser-manpages.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Meta/export-argsparser-manpages.sh b/Meta/export-argsparser-manpages.sh index e1f11f17ed..791ce5ba75 100755 --- a/Meta/export-argsparser-manpages.sh +++ b/Meta/export-argsparser-manpages.sh @@ -49,7 +49,7 @@ fi echo "Using 'ninja run' to generate manpages ..." export SERENITY_RUN="ci" -export SERENITY_KERNEL_CMDLINE="fbdev=off panic=shutdown system_mode=generate-manpages" +export SERENITY_KERNEL_CMDLINE="graphics_subsystem_mode=off panic=shutdown system_mode=generate-manpages" # The 'sed' gets rid of the clear-screen escape sequence. ninja -C "$BUILD_DIR" -- run | sed -re 's,''c,,' echo |