~comcloudway/builds.sr.ht

3b53d3767f170d159272249baf62ea893a79f0df — Drew DeVault 5 years ago 0fb64f8
Increase size of Arch & Fedora images
2 files changed, 2 insertions(+), 2 deletions(-)

M images/archlinux/genimg
M images/fedora/genimg
M images/archlinux/genimg => images/archlinux/genimg +1 -1
@@ 11,7 11,7 @@ cleanup() {

mkdir -p "$arch"

qemu-img create -f qcow2 $arch/root.img.qcow2 16G
qemu-img create -f qcow2 $arch/root.img.qcow2 20G
modprobe nbd
qemu-nbd --connect=/dev/nbd0 $arch/root.img.qcow2
trap cleanup EXIT

M images/fedora/genimg => images/fedora/genimg +1 -1
@@ 26,7 26,7 @@ cleanup() {

mkdir -p "$arch"

qemu-img create -f qcow2 $arch/root.img.qcow2 16G
qemu-img create -f qcow2 $arch/root.img.qcow2 20G
modprobe nbd max_part=16
qemu-nbd --connect=/dev/nbd0 $arch/root.img.qcow2
trap cleanup EXIT