Author: hbelusca Date: Thu Jan 29 01:01:58 2015 New Revision: 66111
URL: http://svn.reactos.org/svn/reactos?rev=66111&view=rev Log: [FOSDEM2015] - Update readme.txt with CD contents (à la CLT). - Add wallpapers (and one based on artwork by Henry Tang, that was already used in the official 0.3.17 release) and activate the fosdem one. - Fix the autorun path (should be done globally in trunk later on, i.e. after FOSDEM2015 is over). - Add user-friendliness to the boot menu.
Added: branches/ReactOS-0.3.17-FOSDEM2015/reactos/modules/wallpaper/ (with props) branches/ReactOS-0.3.17-FOSDEM2015/reactos/modules/wallpaper/Angelus_02_ROSWP.bmp - copied unchanged from r66089, branches/ReactOS-0.3.17-FOSDEM2015/wallpaper/Angelus_02_ROSWP.bmp branches/ReactOS-0.3.17-FOSDEM2015/reactos/modules/wallpaper/CMakeLists.txt - copied, changed from r66089, branches/ReactOS-0.3.17-FOSDEM2015/wallpaper/CMakeLists.txt branches/ReactOS-0.3.17-FOSDEM2015/reactos/modules/wallpaper/ReadMe.txt - copied, changed from r66089, branches/ReactOS-0.3.17-FOSDEM2015/wallpaper/ReadMe.txt branches/ReactOS-0.3.17-FOSDEM2015/reactos/modules/wallpaper/e36x_fosdem2015.bmp (with props) branches/ReactOS-0.3.17-FOSDEM2015/reactos/modules/wallpaper/lake.bmp - copied unchanged from r66089, branches/ReactOS-0.3.17-FOSDEM2015/wallpaper/lake.bmp Modified: branches/ReactOS-0.3.17-FOSDEM2015/reactos/boot/bootdata/autorun.inf branches/ReactOS-0.3.17-FOSDEM2015/reactos/boot/bootdata/hivedef.inf branches/ReactOS-0.3.17-FOSDEM2015/reactos/boot/bootdata/hybridcd.ini branches/ReactOS-0.3.17-FOSDEM2015/reactos/boot/bootdata/readme.txt
Modified: branches/ReactOS-0.3.17-FOSDEM2015/reactos/boot/bootdata/autorun.inf URL: http://svn.reactos.org/svn/reactos/branches/ReactOS-0.3.17-FOSDEM2015/reacto... ============================================================================== --- branches/ReactOS-0.3.17-FOSDEM2015/reactos/boot/bootdata/autorun.inf [iso-8859-1] (original) +++ branches/ReactOS-0.3.17-FOSDEM2015/reactos/boot/bootdata/autorun.inf [iso-8859-1] Thu Jan 29 01:01:58 2015 @@ -1,3 +1,3 @@ [autorun] -open=reactos\welcome.exe +open=livecd\reactos\welcome.exe icon=icon.ico
Modified: branches/ReactOS-0.3.17-FOSDEM2015/reactos/boot/bootdata/hivedef.inf URL: http://svn.reactos.org/svn/reactos/branches/ReactOS-0.3.17-FOSDEM2015/reacto... ============================================================================== --- branches/ReactOS-0.3.17-FOSDEM2015/reactos/boot/bootdata/hivedef.inf [iso-8859-1] (original) +++ branches/ReactOS-0.3.17-FOSDEM2015/reactos/boot/bootdata/hivedef.inf [iso-8859-1] Thu Jan 29 01:01:58 2015 @@ -63,7 +63,7 @@ HKCU,"Control Panel\Desktop","ScreenSaverIsSecure",2,"1" HKCU,"Control Panel\Desktop","ScreenSaveTimeOut",0,"600" HKCU,"Control Panel\Desktop","WaitToKillAppTimeout",2,"20000" -HKCU,"Control Panel\Desktop","Wallpaper",0x00000000,"" +HKCU,"Control Panel\Desktop","Wallpaper",0x00000000,"%SystemRoot%\e36x_fosdem2015.bmp" HKCU,"Control Panel\Desktop","FontSmoothing",0,"1" HKCU,"Control Panel\Desktop","FontSmoothingOrientation",0x00010003,0x00000001 HKCU,"Control Panel\Desktop","FontSmoothingType",0x00010003,0x00000001
Modified: branches/ReactOS-0.3.17-FOSDEM2015/reactos/boot/bootdata/hybridcd.ini URL: http://svn.reactos.org/svn/reactos/branches/ReactOS-0.3.17-FOSDEM2015/reacto... ============================================================================== --- branches/ReactOS-0.3.17-FOSDEM2015/reactos/boot/bootdata/hybridcd.ini [iso-8859-1] (original) +++ branches/ReactOS-0.3.17-FOSDEM2015/reactos/boot/bootdata/hybridcd.ini [iso-8859-1] Thu Jan 29 01:01:58 2015 @@ -1,9 +1,9 @@ [FREELOADER] -DefaultOS=Setup -TimeOut=5 +DefaultOS=LiveCD_RamDisk +TimeOut=20
[Display] -TitleText=ReactOS Hybrid-CD +TitleText=ReactOS 0.3.17 Hybrid-CD - FOSDEM 2015 StatusBarColor=Cyan StatusBarTextColor=Black BackdropTextColor=White @@ -13,26 +13,22 @@ TitleBoxColor=Red MessageBoxTextColor=White MessageBoxColor=Blue -MenuTextColor=Gray -MenuColor=Black -TextColor=Gray +MenuTextColor=White +MenuColor=Blue +TextColor=Yellow SelectedTextColor=Black SelectedColor=Gray -ShowTime=No -MenuBox=No -CenterMenu=No -MinimalUI=Yes -TimeText=Seconds until highlighted choice will be started automatically: +SpecialEffects=Yes
[Operating Systems] -Setup="Setup" -LiveCD="LiveCD" -LiveCD_Debug="LiveCD (Debug)" -LiveCD_Screen="LiveCD (Screen)" -LiveCD_LogFile="LiveCD (Log file)" -LiveCD_RamDisk="LiveCD in RAM" -LiveCD_RamDisk_Debug="LiveCD in RAM (Debug)" -LiveCD_RamDisk_Screen="LiveCD in RAM (Screen)" +Setup="ReactOS Setup" +LiveCD="ReactOS Live" +LiveCD_Debug="ReactOS Live (Debug)" +LiveCD_Screen="ReactOS Live (Screen)" +LiveCD_RamDisk="ReactOS Live on RAM" +LiveCD_RamDisk_Debug="ReactOS Live on RAM (Debug)" +LiveCD_RamDisk_Screen="ReactOS Live on RAM (Screen)" +HddBoot="Boot from first hard disk"
[Setup] BootType=ReactOSSetup @@ -53,11 +49,6 @@ SystemPath=\livecd\reactos Options=/DEBUG /DEBUGPORT=SCREEN /SOS /MININT
-[LiveCD_LogFile] -BootType=Windows2003 -SystemPath=\livecd\reactos -Options=/DEBUG /DEBUGPORT=FILE:\Device\HarddiskX\PartitionY\debug.log /SOS /MININT - [LiveCD_RamDisk] BootType=Windows2003 SystemPath=ramdisk(0)\reactos @@ -72,3 +63,7 @@ BootType=Windows2003 SystemPath=ramdisk(0)\reactos Options=/DEBUG /DEBUGPORT=SCREEN /SOS /MININT /RDPATH=livecd\livecd.iso /RDEXPORTASCD + +[HddBoot] +BootType=Drive +BootDrive=hd0
Modified: branches/ReactOS-0.3.17-FOSDEM2015/reactos/boot/bootdata/readme.txt URL: http://svn.reactos.org/svn/reactos/branches/ReactOS-0.3.17-FOSDEM2015/reacto... ============================================================================== --- branches/ReactOS-0.3.17-FOSDEM2015/reactos/boot/bootdata/readme.txt [iso-8859-1] (original) +++ branches/ReactOS-0.3.17-FOSDEM2015/reactos/boot/bootdata/readme.txt [iso-8859-1] Thu Jan 29 01:01:58 2015 @@ -1,7 +1,23 @@ ======================== -ReactOS Version 0.3.x -Updated March 3, 2013 +ReactOS Version 0.3.17 +For FOSDEM 2015 ======================== + +0. CD-ROM Contents +------------------ + +* ReactOS LiveCD and Installation +* ReactOS on QEMU virtual machine +* ReactOS Build Environment (RosBE) for Windows and Unix-like OSes +* ReactOS source code + +This CD-ROM starts an AutoRun program under Windows. Alternatively you can +browse the contents of this CD-ROM with any file browser. The folder names +should be self-explanatory. + +The source code of ReactOS can be compiled using the ReactOS Build Environment +under Windows or Unix-like operating systems such as Linux. +
1. What is ReactOS? ------------------- @@ -47,9 +63,3 @@
The tutorials contain more information on the project, compiling and testing ReactOS - amongst other topics. Contributors to the project are always welcome. - - -6. Author ---------- - -This document was written by Jason Filby (jasonfilby@yahoo.com).
Propchange: branches/ReactOS-0.3.17-FOSDEM2015/reactos/modules/wallpaper/ ------------------------------------------------------------------------------ --- bugtraq:logregex (added) +++ bugtraq:logregex Thu Jan 29 01:01:58 2015 @@ -0,0 +1 @@ +((CORE|ROSTESTS|ROSAPPS)-\d+)(,? ?((CORE|ROSTESTS|ROSAPPS)-\d+))*(,? ?(and |or )?((CORE|ROSTESTS|ROSAPPS)-\d+))?
Propchange: branches/ReactOS-0.3.17-FOSDEM2015/reactos/modules/wallpaper/ ------------------------------------------------------------------------------ bugtraq:message = See issue %BUGID% for more details.
Propchange: branches/ReactOS-0.3.17-FOSDEM2015/reactos/modules/wallpaper/ ------------------------------------------------------------------------------ bugtraq:url = https://jira.reactos.org/browse/%BUGID%
Propchange: branches/ReactOS-0.3.17-FOSDEM2015/reactos/modules/wallpaper/ ------------------------------------------------------------------------------ tsvn:logminsize = 10
Copied: branches/ReactOS-0.3.17-FOSDEM2015/reactos/modules/wallpaper/CMakeLists.txt (from r66089, branches/ReactOS-0.3.17-FOSDEM2015/wallpaper/CMakeLists.txt) URL: http://svn.reactos.org/svn/reactos/branches/ReactOS-0.3.17-FOSDEM2015/reacto... ============================================================================== --- branches/ReactOS-0.3.17-FOSDEM2015/wallpaper/CMakeLists.txt [iso-8859-1] (original) +++ branches/ReactOS-0.3.17-FOSDEM2015/reactos/modules/wallpaper/CMakeLists.txt [iso-8859-1] Thu Jan 29 01:01:58 2015 @@ -1,2 +1,4 @@
add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/Angelus_02_ROSWP.bmp DESTINATION reactos FOR all) +add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/lake.bmp DESTINATION reactos FOR all) +add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/e36x_fosdem2015.bmp DESTINATION reactos FOR all)
Copied: branches/ReactOS-0.3.17-FOSDEM2015/reactos/modules/wallpaper/ReadMe.txt (from r66089, branches/ReactOS-0.3.17-FOSDEM2015/wallpaper/ReadMe.txt) URL: http://svn.reactos.org/svn/reactos/branches/ReactOS-0.3.17-FOSDEM2015/reacto... ============================================================================== --- branches/ReactOS-0.3.17-FOSDEM2015/wallpaper/ReadMe.txt [iso-8859-1] (original) +++ branches/ReactOS-0.3.17-FOSDEM2015/reactos/modules/wallpaper/ReadMe.txt [iso-8859-1] Thu Jan 29 01:01:58 2015 @@ -4,5 +4,5 @@ File Name | Author | Origin -------------------------------------------------------------------------------------------------------------------------------------------------- Angelus_02_ROSWP_4-3_1440x1080.jpg | Forum User "Angelus" (jedi.knight@wanadoo.es) | http://www.reactos.org/forum/viewtopic.php?p=50543#p50543 -clouds.jpg | Andreas Bjerkeholt (harteex@gmail.com) | http://www.reactos.org/forum/viewtopic.php?p=17732#p17732 lake.jpg | Andreas Bjerkeholt (harteex@gmail.com) | http://www.reactos.org/forum/viewtopic.php?p=17732#p17732 +e36x_fosdem2015.bmp | Based on artwork by Henry Tang | http://www.reactos.org/forum/viewtopic.php?f=25&t=13385#p109529
Added: branches/ReactOS-0.3.17-FOSDEM2015/reactos/modules/wallpaper/e36x_fosdem2015.bmp URL: http://svn.reactos.org/svn/reactos/branches/ReactOS-0.3.17-FOSDEM2015/reacto... ============================================================================== Binary file - no diff available.
Propchange: branches/ReactOS-0.3.17-FOSDEM2015/reactos/modules/wallpaper/e36x_fosdem2015.bmp ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream