diff --git a/pepbld-32.sh b/pepbld-32.sh index c370038..213494e 100755 --- a/pepbld-32.sh +++ b/pepbld-32.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 \