From b25648fa758f81b2618f1a0e991d05e2e7b785a5 Mon Sep 17 00:00:00 2001 From: Mathias Klette Date: Fri, 20 Jul 2012 15:08:59 +0200 Subject: [PATCH] live_build: do not fail if memtest is not available --- live_build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/live_build.sh b/live_build.sh index f0e1caa..733d820 100755 --- a/live_build.sh +++ b/live_build.sh @@ -68,7 +68,8 @@ 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* tftpboot/debian-live/amd64/memtest $BUILD_TARGET/ +cp -v tftpboot/debian-live/amd64/initrd.img-3* tftpboot/debian-live/amd64/vmlinuz-3* $BUILD_TARGET/ +cp -v tftpboot/debian-live/amd64/memtest $BUILD_TARGET/ || true 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