From 5a8039fe515640b13bb0ded811cc79b6954a1675 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Tue, 5 May 2026 19:57:45 +0200 Subject: [PATCH] [BOOTDATA] Shorten the debug-enabled boot entry labels --- boot/bootdata/bootcd.ini | 16 ++++++++-------- boot/bootdata/floppy_pc98.ini | 12 +++++++----- 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/boot/bootdata/bootcd.ini b/boot/bootdata/bootcd.ini index 711efc6bf82..5a3c89064ac 100644 --- a/boot/bootdata/bootcd.ini +++ b/boot/bootdata/bootcd.ini @@ -9,16 +9,16 @@ MinimalUI=Yes [Operating Systems] Setup="ReactOS Setup (Text Mode)" LiveImg="ReactOS Live Environment (Graphics Mode)" -LiveImg_RamDisk="ReactOS Live Environment (Graphics Mode) in RAM" - -;; The following options are for testing and development: +LiveImg_RamDisk="ReactOS Live Environment - RamDisk" +== +;; The entries below are for testing and development: Setup_Debug="Setup (Debug)" Setup_Screen="Setup (Screen Debug)" -LiveImg_Debug="Live Environment (Debug)" -LiveImg_VBoxDebug="Live Environment (VBox Debug)" -LiveImg_Screen="Live Environment (Screen Debug)" -; The following entry is an example template: -;LiveImg_LogFile="Live Environment (Log file)" +LiveImg_Debug="Live (Debug)" +LiveImg_VBoxDebug="Live (VBox Debug)" +LiveImg_Screen="Live (Screen Debug)" +;; The following entry is an example template: +;LiveImg_LogFile="Live (Log file)" [Setup] BootType=ReactOSSetup diff --git a/boot/bootdata/floppy_pc98.ini b/boot/bootdata/floppy_pc98.ini index eb64b82b051..64af1620ba3 100644 --- a/boot/bootdata/floppy_pc98.ini +++ b/boot/bootdata/floppy_pc98.ini @@ -8,13 +8,15 @@ MinimalUI=Yes [Operating Systems] Setup="ReactOS Setup (Text Mode)" +LiveImg="ReactOS Live Environment (Graphics Mode)" +== +;; The entries below are for testing and development: Setup_Debug="Setup (Debug)" Setup_Screen="Setup (Screen Debug)" -LiveImg="ReactOS Live Environment (Graphics Mode)" -LiveImg_Debug="Live Environment (Debug)" -LiveImg_Screen="Live Environment (Screen Debug)" -; The following entry is an example template: -;LiveImg_LogFile="Live Environment (Log file)" +LiveImg_Debug="Live (Debug)" +LiveImg_Screen="Live (Screen Debug)" +;; The following entry is an example template: +;LiveImg_LogFile="Live (Log file)" [Setup] BootType=ReactOSSetup