forked from josch/mmdebstrap
coverage.sh: increase cover_db.img size to 256M
This commit is contained in:
parent
f5afbfaab0
commit
f548c57ef8
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ rm -f shared/cover_db.img
|
|||
|
||||
if [ "$HAVE_QEMU" = "yes" ]; then
|
||||
# prepare image for cover_db
|
||||
guestfish -N shared/cover_db.img=disk:200M -- mkfs vfat /dev/sda
|
||||
guestfish -N shared/cover_db.img=disk:256M -- mkfs vfat /dev/sda
|
||||
|
||||
if [ ! -e "./shared/cache/debian-$DEFAULT_DIST.qcow" ]; then
|
||||
echo "./shared/cache/debian-$DEFAULT_DIST.qcow does not exist" >&2
|
||||
|
|
Loading…
Reference in a new issue