From fe4ea34ebe76ada710216867b9faeb6f4d736f14 Mon Sep 17 00:00:00 2001 From: "Marat Zakiyanov (Mario79)" Date: Sun, 16 Jun 2013 06:38:16 +0000 Subject: [PATCH] Adding auto-mounting additional directory to the nightly build. git-svn-id: svn://kolibrios.org@3665 a494cfbc-eb01-0410-851d-a64ba20cac60 --- data/rus/Makefile | 4 +++- data/rus/autorun.dat | 1 + data/rus/kolibri.lbl | 7 +++++++ 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 data/rus/kolibri.lbl diff --git a/data/rus/Makefile b/data/rus/Makefile index 560140a998..396ed7db91 100644 --- a/data/rus/Makefile +++ b/data/rus/Makefile @@ -75,6 +75,7 @@ FASM_PROGRAMS:=\ rdsave:RDSAVE:$(PROGS)/system/rdsave/trunk/rdsave.asm \ rtfread:RTFREAD:$(PROGS)/other/rtfread/trunk/rtfread.asm \ run:RUN:$(PROGS)/system/run/trunk/run.asm \ + searchap:SEARCHAP:$(PROGS)/system/searchap/searchap.asm \ scrshoot:SCRSHOOT:$(PROGS)/media/scrshoot/scrshoot.asm \ setup:SETUP:$(PROGS)/system/setup/trunk/setup.asm \ test:TEST:$(PROGS)/system/test/trunk/test.asm \ @@ -277,7 +278,7 @@ OTHER_FILES:=autorun.dat:AUTORUN.DAT \ icons.dat:ICONS.DAT iconstrp.png:ICONSTRP.PNG index_htm:INDEX.HTM \ kernel.mnt:KERNEL.MNT kerpack:KERPACK keymap.key:KEYMAP.KEY \ kuzkina.mid:KUZKINA.MID lang.inc:LANG.INC lang.ini:LANG.INI \ - menu.dat:MENU.DAT \ + menu.dat:MENU.DAT kolibri.lbl:KOLIBRI.LBL \ panel.ini:PANEL.INI pipetka:PIPETKA setup.dat:SETUP.DAT \ shell:SHELL table:TABLE vmode:VMODE \ 3d/cubeline:3D/CUBELINE 3d/gears:3D/GEARS 3d/house.3ds:3D/HOUSE.3DS \ @@ -370,6 +371,7 @@ DISTRIBUTION_EXTRA:=\ $(EXTRA) \ /readme.txt=distr_data/readme_distr.txt \ /readme_dos.txt=distr_data/readme_dos_distr.txt \ + /kolibri.lbl=kolibri.lbl \ #end of list MKISOFS_EXTRA:=\ $(EXTRA) \ diff --git a/data/rus/autorun.dat b/data/rus/autorun.dat index c5914a45b8..cd493054ab 100644 --- a/data/rus/autorun.dat +++ b/data/rus/autorun.dat @@ -3,6 +3,7 @@ # Delay time means how much the system should wait, before running the next line. It is measured in 1/100 seconds. # If delay is negative, wait for termination of the spawned process. Otherwise, simply wait # +/RD/1/SEARCHAP "" 1 # Search and mount additional system directory #/RD/1/CROPFLAT "XS800 YS480" 1 # set limits of screen #/RD/1/COMMOUSE "" 1 # COM mice detector #/RD/1/DEVELOP/BOARD "" 1 # Load DEBUG board diff --git a/data/rus/kolibri.lbl b/data/rus/kolibri.lbl new file mode 100644 index 0000000000..ab39f04d47 --- /dev/null +++ b/data/rus/kolibri.lbl @@ -0,0 +1,7 @@ +KolibriOS +version 0770 +svnr 3665 +language RU + +;just comment +; Hi, curious person! :-) \ No newline at end of file