Modificar 'pepbld-32.sh'
Signed-off-by: Manuel Fernando da silva rosa <manuelsilvarosa@gmail.com>
This commit is contained in:
parent
0352ee6553
commit
6b93fabb40
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue