From 7605bf0e52ad79a1bbb100e5a7d2f88d124dd3db Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Mon, 18 Aug 2008 19:01:19 +0000 Subject: * committing a first draft of MakeInitRamFS-module adjusted to new style of (uclibc-based) initramfs - now the slxconfig-demuxer can be used to generate the new kind of initramfs, but several tools seem to be missing from uclib-rootfs: sh, basename, unionfs, cowloop, (possibly more) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2049 95ad53e4-c205-0410-b2fa-d234c58c8868 --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index da49b827..a027ed4b 100644 --- a/Makefile +++ b/Makefile @@ -187,8 +187,13 @@ supported."; \ tar --exclude=.svn -cp -C initramfs initrd-stuff/ | \ tar -xp --strip-components 1 \ -C $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/initramfs; \ + tar --exclude=.svn -cp -C initramfs stage3-stuff/ | \ + tar -xp --strip-components 1 \ + -C $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/initramfs; \ tar --exclude=.svn -cp -C initramfs distro-specs | \ tar -xp -C $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share; \ + tar --exclude=.svn -cp -C initramfs uclib-rootfs | \ + tar -xp -C $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share; \ tar --exclude=.svn --exclude *.example -cp -C boot-env pxe | \ tar -xp -C $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/boot-env; \ cp -p boot-env/pxe/menu-template.example \ -- cgit v1.2.3-55-g7522