From 79c1e0493870f2ae1b9cfe9dfc4f89dcae59f71b Mon Sep 17 00:00:00 2001 From: Mathias Klette Date: Fri, 20 Jul 2012 15:07:08 +0200 Subject: [PATCH] live_build: also include memtest if available --- live_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/live_build.sh b/live_build.sh index c2665e3..f0e1caa 100755 --- a/live_build.sh +++ b/live_build.sh @@ -68,7 +68,7 @@ mkdir -p $BUILD_TARGET echo "Finally copying results..." # hack to ignore 2.6.32 kernel + initrd -cp -v tftpboot/debian-live/amd64/initrd.img-3* tftpboot/debian-live/amd64/vmlinuz-3* $BUILD_TARGET/ +cp -v tftpboot/debian-live/amd64/initrd.img-3* tftpboot/debian-live/amd64/vmlinuz-3* tftpboot/debian-live/amd64/memtest $BUILD_TARGET/ cp -v chroot/etc/pserver.version $BUILD_TARGET/ cp -v binary/live/filesystem.squashfs $BUILD_TARGET/ sort binary/live/filesystem.packages > $BUILD_TARGET/pserver.packages -- 2.39.5