From e97ce5d556fde7eb43b5e2e1cd49e58e93c7e374 Mon Sep 17 00:00:00 2001 From: Manuel Fernando da silva rosa Date: Fri, 24 Mar 2023 13:11:01 -0100 Subject: [PATCH] Modificar 'pepbld-64.sh' Signed-off-by: Manuel Fernando da silva rosa --- pepbld-64.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pepbld-64.sh b/pepbld-64.sh index a5056a2..4982cf4 100755 --- a/pepbld-64.sh +++ b/pepbld-64.sh @@ -4,7 +4,6 @@ PATH="/sbin:/usr/sbin:/usr/local/sbin:$PATH" # Set the working folder variable uchinanchu="$(pwd)" -# This cleanup might be better served in the BldHelper*.sh script. # Create the build folder, move into it removing stale mountpoints and files there. [ -e fusato ] && [ ! -d fusato ] && rm -f fusato || [ ! -e fusato ] && mkdir fusato cd fusato @@ -12,7 +11,7 @@ umount $(mount | grep "${PWD}/chroot" | tac | cut -f3 -d" ") 2>/dev/null for i in ./* ./.build ; do [ $i = ./cache ] && continue || rm -rf $i ; done -#Define as configurações do Live Build +# Defines Live Build settings lb config noauto \ --binary-images iso-hybrid \