diff options
author | Oliver Tappe | 2008-01-16 16:04:23 +0100 |
---|---|---|
committer | Oliver Tappe | 2008-01-16 16:04:23 +0100 |
commit | d36353b9854df6fc040bc3a8923444dd0cd7fbc7 (patch) | |
tree | 81ff60715276849d8173e118ab870783be1b15ce /Makefile | |
parent | * requiredFSMods() now returns an array instead of a flattened (diff) | |
download | core-d36353b9854df6fc040bc3a8923444dd0cd7fbc7.tar.gz core-d36353b9854df6fc040bc3a8923444dd0cd7fbc7.tar.xz core-d36353b9854df6fc040bc3a8923444dd0cd7fbc7.zip |
* it is now possible to cause slxconfig-demuxer to use the
new, internal code for generating the initialramfs (option
--makeinitramfs)
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1480 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -162,6 +162,8 @@ supported."; \ | tar -xp -C $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/lib; \ tar --exclude=.svn -cp -C config-db OpenSLX \ | tar -xp -C $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/lib; \ + tar --exclude=.svn -cp -C initramfs OpenSLX \ + | tar -xp -C $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/lib; \ tar --exclude=.svn -cp -C installer OpenSLX \ | tar -xp -C $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/lib; \ tar --exclude=.svn -cp -C os-plugins OpenSLX \ |