try to make /media/ImgF folder
git-svn-id: svn://kolibrios.org@3223 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
ff07ff5192
commit
f599fde687
@ -426,9 +426,6 @@ $(BUILD_DIR)/kolibri.img: $(BUILD_DIR)/.dir \
|
|||||||
Makefile \
|
Makefile \
|
||||||
$(BUILD_DIR)/boot_fat12.bin \
|
$(BUILD_DIR)/boot_fat12.bin \
|
||||||
$(targets)
|
$(targets)
|
||||||
# SYSXTREE
|
|
||||||
# 3d/CUBETEXT
|
|
||||||
# 3d/LOGIO.BMP
|
|
||||||
str=`LANG=ru_RU.utf8 date -u +"[автосборка %d %b %Y %R, r$(REV)]"|iconv -f utf8 -t cp866`; \
|
str=`LANG=ru_RU.utf8 date -u +"[автосборка %d %b %Y %R, r$(REV)]"|iconv -f utf8 -t cp866`; \
|
||||||
echo -n $$str|dd of=kernel.mnt bs=1 seek=`expr 279 - length "$$str"` conv=notrunc 2>/dev/null
|
echo -n $$str|dd of=kernel.mnt bs=1 seek=`expr 279 - length "$$str"` conv=notrunc 2>/dev/null
|
||||||
dd if=/dev/zero of=$(BUILD_DIR)/kolibri.img count=2880 bs=512 2>&1
|
dd if=/dev/zero of=$(BUILD_DIR)/kolibri.img count=2880 bs=512 2>&1
|
||||||
@ -444,6 +441,7 @@ $(BUILD_DIR)/kolibri.img: $(BUILD_DIR)/.dir \
|
|||||||
mmd -i $(BUILD_DIR)/kolibri.img ::GAMES
|
mmd -i $(BUILD_DIR)/kolibri.img ::GAMES
|
||||||
mmd -i $(BUILD_DIR)/kolibri.img ::LIB
|
mmd -i $(BUILD_DIR)/kolibri.img ::LIB
|
||||||
mmd -i $(BUILD_DIR)/kolibri.img ::MEDIA
|
mmd -i $(BUILD_DIR)/kolibri.img ::MEDIA
|
||||||
|
mmd -i $(BUILD_DIR)/kolibri.img ::MEDIA/ImgF
|
||||||
mmd -i $(BUILD_DIR)/kolibri.img ::NETWORK
|
mmd -i $(BUILD_DIR)/kolibri.img ::NETWORK
|
||||||
$(mcopy_all_items)
|
$(mcopy_all_items)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user