Skip to content

Commit

Permalink
Increase size of harddrive for source tree
Browse files Browse the repository at this point in the history
On rhel 9 the dvd iso has ~11 GB.
  • Loading branch information
rvykydal committed Jun 27, 2024
1 parent adddaaf commit 179676c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion harddrive-install-tree.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ prepare_disks() {
tmpdir=$1

qemu-img create -q -f qcow2 ${tmpdir}/disk-a.img 10G
qemu-img create -q -f qcow2 ${tmpdir}/disk-b.img 12G
qemu-img create -q -f qcow2 ${tmpdir}/disk-b.img 22G

echo ${tmpdir}/disk-a.img ${tmpdir}/disk-b.img
}
Expand Down

0 comments on commit 179676c

Please sign in to comment.