diff --git a/data/eng/Makefile b/data/eng/Makefile index 5a66a789ae..cbb814bd72 100644 --- a/data/eng/Makefile +++ b/data/eng/Makefile @@ -263,7 +263,6 @@ CMM_PROGRAMS:=\ # Each item is of the form :. # Spaces should be represented as |. OTHER_FILES:=autorun.dat:AUTORUN.DAT \ - background.png:background.png default.skn:DEFAULT.SKN \ graph:GRAPH hdread:HDREAD \ icons.dat:ICONS.DAT iconstrp.png:ICONSTRP.PNG index_htm:INDEX.HTM \ kernel.mnt:KERNEL.MNT kerpack:KERPACK keymap.key:KEYMAP.KEY \ diff --git a/data/eng/autorun.dat b/data/eng/autorun.dat index 8549750a7d..b301ff02b2 100644 --- a/data/eng/autorun.dat +++ b/data/eng/autorun.dat @@ -4,15 +4,14 @@ # If delay is negative, wait for termination of the spawned process. Otherwise, simply wait # #/RD/1/CROPFLAT "XS800 YS480" 1 # set limits of screen -/RD/1/refrscrn "" 1 # Refresh screen -/RD/1/COMMOUSE "" 1 # COM mice detector -/RD/1/MEDIA/KIV \T__background.png -1 # Desktop background image -/RD/1/@CLIP "" 1 # Clipboard -/RD/1/@RB "" 1 # Desktop right-click menu -/RD/1/@SS ASSM 1 # Screensaver -/RD/1/@PANEL "" 1 # Start panel +#/RD/1/COMMOUSE "" 1 # COM mice detector #/RD/1/DEVELOP/BOARD "" 1 # Load DEBUG board -/RD/1/SETUP BOOT 1 # Load device settings -/RD/1/ICON BOOT 1 # Multithread icon -/RD/1/NETWORK/ZEROCONF "" 1 # Network configuration +#/RD/1/refrscrn "" 1 # Refresh screen +/RD/1/NETWORK/ZEROCONF "" 1 # Network configuration +/RD/1/MEDIA/PALITRA "H 007DCEDF 003C427F" 1 #SET BG +/RD/1/@RB "" 1 # Desktop right-click menu +/RD/1/@SS ASSM 1 # Screensaver +/RD/1/@PANEL "" 1 # Start panel +/RD/1/SETUP BOOT 1 # Load device settings +/RD/1/ICON BOOT 1 # Multithread icon ### Hello, ASM World! ### diff --git a/data/rus/Makefile b/data/rus/Makefile index 4434661c51..949f7c3d13 100644 --- a/data/rus/Makefile +++ b/data/rus/Makefile @@ -257,7 +257,6 @@ CMM_PROGRAMS:=\ # # yogev_ezra: Removed '3dsheart' to free some space on RAMDISK. This demo has 90% in common with VIEW3DS OTHER_FILES:=autorun.dat:AUTORUN.DAT \ - background.png:background.png default.skn:DEFAULT.SKN \ graph:GRAPH hdread:HDREAD \ icons.dat:ICONS.DAT iconstrp.png:ICONSTRP.PNG index_htm:INDEX.HTM \ kernel.mnt:KERNEL.MNT kerpack:KERPACK keymap.key:KEYMAP.KEY \ diff --git a/data/rus/autorun.dat b/data/rus/autorun.dat index 93249d8e3b..b301ff02b2 100644 --- a/data/rus/autorun.dat +++ b/data/rus/autorun.dat @@ -4,15 +4,14 @@ # If delay is negative, wait for termination of the spawned process. Otherwise, simply wait # #/RD/1/CROPFLAT "XS800 YS480" 1 # set limits of screen -/RD/1/refrscrn "" 1 # Refresh screen -/RD/1/COMMOUSE "" 1 # COM mice detector -/RD/1/MEDIA/KIV \T__background.png -1 # Desktop background image -/RD/1/@CLIP "" 1 # Clipboard -/RD/1/@RB "" 1 # Desktop right-click menu -/RD/1/@SS ASSM 1 # Screensaver -/RD/1/@PANEL "" 1 # Start panel +#/RD/1/COMMOUSE "" 1 # COM mice detector #/RD/1/DEVELOP/BOARD "" 1 # Load DEBUG board -/RD/1/SETUP BOOT 1 # Load device settings -/RD/1/ICON BOOT 1 # Multithread icon -/RD/1/NETWORK/ZEROCONF "" 1 # Network configuration +#/RD/1/refrscrn "" 1 # Refresh screen +/RD/1/NETWORK/ZEROCONF "" 1 # Network configuration +/RD/1/MEDIA/PALITRA "H 007DCEDF 003C427F" 1 #SET BG +/RD/1/@RB "" 1 # Desktop right-click menu +/RD/1/@SS ASSM 1 # Screensaver +/RD/1/@PANEL "" 1 # Start panel +/RD/1/SETUP BOOT 1 # Load device settings +/RD/1/ICON BOOT 1 # Multithread icon ### Hello, ASM World! ###