diff options
author | Liav A <liavalb@gmail.com> | 2022-08-12 08:37:23 +0300 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-08-14 01:03:23 +0100 |
commit | 6164729d068500e873c982a3e1dc6dd606757f87 (patch) | |
tree | ab2a564a39d1b989706f84566deaa481881d45ae /Meta/export-argsparser-manpages.sh | |
parent | a5cef2c41a75af1a9109dd8405510e5c608b8e1e (diff) | |
download | serenity-6164729d068500e873c982a3e1dc6dd606757f87.zip |
Everywhere: Get rid of the fbdev kernel boot argument remainders
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 |