From 298d3d5ffd2fb7da3104c05fa1a1f997ad9e1f3d Mon Sep 17 00:00:00 2001 From: Mathias Klette Date: Tue, 26 Jun 2012 17:02:28 +0200 Subject: [PATCH] also copy in pserver.version --- live_build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/live_build.sh b/live_build.sh index 837b6c6..0b25ac9 100755 --- a/live_build.sh +++ b/live_build.sh @@ -69,6 +69,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 chroot/etc/pserver.version $BUILD_TARGET/ cp -v binary/live/filesystem.squashfs $BUILD_TARGET/ figlet "deploy OK" -- 2.39.5