From 710f6b4b6da9af46e94e386ca4e39dad6cfee45e Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Wed, 5 Dec 2007 22:55:25 +0000 Subject: 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 --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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 * | \ -- cgit v1.2.3-55-g7522