diff options
author | Dirk von Suchodoletz | 2007-10-20 21:43:57 +0200 |
---|---|---|
committer | Dirk von Suchodoletz | 2007-10-20 21:43:57 +0200 |
commit | b97c0981cf0286e347c17643c29001cd824df57b (patch) | |
tree | eaa3d4fdf7296482b4e3c6e6cf74ba4308972b90 /Makefile | |
parent | use new path for platform independent tpm-files (diff) | |
download | core-b97c0981cf0286e347c17643c29001cd824df57b.tar.gz core-b97c0981cf0286e347c17643c29001cd824df57b.tar.xz core-b97c0981cf0286e347c17643c29001cd824df57b.zip |
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
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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();' |