summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDirk von Suchodoletz2007-12-05 23:55:25 +0100
committerDirk von Suchodoletz2007-12-05 23:55:25 +0100
commit710f6b4b6da9af46e94e386ca4e39dad6cfee45e (patch)
tree3047336f83745a1e90cd6cd8e8089af287becaf5 /Makefile
parentStarting new configuration line for Xorg setup ... (diff)
downloadcore-710f6b4b6da9af46e94e386ca4e39dad6cfee45e.tar.gz
core-710f6b4b6da9af46e94e386ca4e39dad6cfee45e.tar.xz
core-710f6b4b6da9af46e94e386ca4e39dad6cfee45e.zip
Introduced completely new approach of xorg.conf setup into stage3 ... seems to
work for me, but to be checked and reported :) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1422 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a7d99bdc..ad0d40f5 100644
--- a/Makefile
+++ b/Makefile
@@ -138,6 +138,7 @@ supported."; \
-p $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/busybox \
-p $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/splashy \
-p $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/squashfs \
+ -p $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/ramfstools \
-p $(SLX_BUILD_PATH)$(SLX_PRIVATE_PATH)/config/default/initramfs \
-p $(SLX_BUILD_PATH)$(SLX_PRIVATE_PATH)/config/default/rootfs \
-p $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/themes \
@@ -200,6 +201,8 @@ supported."; \
tar -xp -C $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/themes; cd ..; \
cp -pP tools/busybox{,.links,.x86_64,.i586} \
$(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/busybox/; \
+ cp -pP tools/ddcprobe{,.x86_64,.i586} \
+ $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/ramfstools; \
cp -p tools/splashy{,_update} $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/splashy/; \
cp -p tools/mksquashfs $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/squashfs/; \
cd initramfs/tpm; tar --exclude=.svn -cp * | \