mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 10:08:10 +00:00
Everywhere: Get rid of the fbdev kernel boot argument remainders
This commit is contained in:
parent
a5cef2c41a
commit
6164729d06
14 changed files with 15 additions and 16 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue