Changeset 330 for spec/trunk/SPECS


Ignore:
Timestamp:
Feb 16, 2013, 8:39:47 PM (13 years ago)
Author:
dmik
Message:

spec: odin: Correct message about changing CONFIG.SYS.

This message is more generic and doesn't require to detect the boot
drive at script runtime (to make sure it refers to the proper file).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • spec/trunk/SPECS/odin/odin.spec

    r316 r330  
    133133if [ -n "$CFGSYS_CHANGED" ]; then
    134134    echo; echo "NOTE:"
    135     echo; echo "The file '%{os2_config_sys}' has been changed. You need to reboot your"
     135    echo; echo "The boot configuration has been changed. You need to reboot your"
    136136    echo "computer in order to activate these changes."
    137137    echo
     
    183183    if [ -n "$CFGSYS_CHANGED" ]; then
    184184        echo; echo "NOTE:"
    185         echo; echo "The file '%{os2_config_sys}' has been changed. You need to reboot your"
     185        echo; echo "The boot configuration has been changed. You need to reboot your"
    186186        echo "computer in order to activate these changes."
    187187        echo
     
    292292%cube {ADDLINE "DEVICE=%ODIN_SYSTEMDIR_D%\win32k.sys" (AFTER "DEVICE="} %{os2_config_sys} >nul
    293293echo; echo "NOTE:"
    294 echo; echo "The file '%{os2_config_sys}' has been changed. You need to reboot your"
     294echo; echo "The boot configuration has been changed. You need to reboot your"
    295295echo "computer in order to activate these changes."
    296296echo
     
    301301    %cube {DELLINE "DEVICE=%ODIN_SYSTEMDIR_D%\win32k.sys"} %{os2_config_sys} >nul
    302302    echo; echo "NOTE:"
    303     echo; echo "The file '%{os2_config_sys}' has been changed. You need to reboot your"
     303    echo; echo "The boot configuration has been changed. You need to reboot your"
    304304    echo "computer in order to activate these changes."
    305305    echo
Note: See TracChangeset for help on using the changeset viewer.