From b97c0981cf0286e347c17643c29001cd824df57b Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Sat, 20 Oct 2007 19:43:57 +0000 Subject: Copy tpm stuff to the right place, correct some messages ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1395 95ad53e4-c205-0410-b2fa-d234c58c8868 --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 881097fd..a7d99bdc 100644 --- a/Makefile +++ b/Makefile @@ -133,6 +133,7 @@ supported."; \ -p $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/bin \ -p $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/templates \ -p $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/cdboot \ + -p $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/tpm \ -p $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/initramfs \ -p $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/busybox \ -p $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/splashy \ @@ -167,7 +168,7 @@ supported."; \ tar --exclude=.svn -cp -C os-plugins plugins \ | tar -xp -C $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/lib; \ - @ # copy distro-info (some parts into /opt, others into /etc + @ # copy distro-info (some parts into /opt, others into /etc): @tar --exclude=.svn --exclude=*.example \ -cp -C lib distro-info \ | tar -xp -C $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share; \ @@ -201,6 +202,8 @@ supported."; \ $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/busybox/; \ 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 * | \ + tar -xp -C $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/tpm/; \ @ # create default config folder hierarchy: @perl -Ilib -e 'use OpenSLX::ConfigFolder; createConfigFolderForDefaultSystem();' -- cgit v1.2.3-55-g7522