From ac8e870347aa199376bf0046f68a7e3ea0a0d36e Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 22 Jun 2012 15:44:29 +0200 Subject: [PATCH] improve output --- live_build.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/live_build.sh b/live_build.sh index 211eaea..fe97c47 100755 --- a/live_build.sh +++ b/live_build.sh @@ -24,16 +24,18 @@ sudo bash ./lb_build.sh -p $LIVE_TYPE ls -larth tftpboot/debian-live/amd64/ ls -larth binary/live/ -figlet "success" mkdir -p $BUILD_TARGET -echo "Now copying results..." +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 binary/live/filesystem.squashfs $BUILD_TARGET/ -sort binary/live/filesystem.packages +figlet "success" +echo +sort binary/live/filesystem.packages +echo echo "Now rsyncing results to mgmt1..." rsync --password-file /etc/rsynclivebuild-send.pass -avv --delete $TARGET_BASE/ rsync://livebuild@10.1.1.1/livebuild/ -- 2.39.5