Renamed ReadOnlyBootPrompt to FirstBootPrompt.
The previous name is no longer applicable, as *BootPrompt is now launched on the first boot of writable medium (e.g., USB thumb drive and hard drives). Fixes part of #9399. Notes: * BootPrompt.rdef may have lost its history. * The renaming was done with the following command: git mv src/apps/readonlybootprompt src/apps/firstbootprompt
This commit is contained in:
@@ -119,7 +119,7 @@ fi
|
||||
# Now ask the user if he wants to run the Installer or continue to the Desktop.
|
||||
freshInstallIndicator=/boot/common/settings/fresh_install
|
||||
if [ "$isReadOnly" = "yes" -o -e $freshInstallIndicator ]; then
|
||||
/bin/ReadOnlyBootPrompt
|
||||
/bin/FirstBootPrompt
|
||||
if [ $? -eq 0 ]; then
|
||||
launchscript $SCRIPTS/Bootscript.cd
|
||||
exit 0 # and return
|
||||
|
||||
Reference in New Issue
Block a user