Skip to content

Commit

Permalink
generate: the disks actually need a lot more space than 4gb
Browse files Browse the repository at this point in the history
  • Loading branch information
nektro committed Jul 12, 2022
1 parent b61c9ff commit 861d1eb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion generate/alpine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ then
#
# create qemu disk
mkdir -p $(dirname $hdd)
qemu-img create -f qcow2 $hdd 4G
qemu-img create -f qcow2 $hdd 64G

#
# run qemu disk with iso installer
Expand Down
2 changes: 1 addition & 1 deletion generate/debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ then
#
# create qemu disk
mkdir -p $(dirname $hdd)
qemu-img create -f qcow2 $hdd 4G
qemu-img create -f qcow2 $hdd 64G

#
# run qemu disk with iso installer
Expand Down
2 changes: 1 addition & 1 deletion generate/freebsd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ then
#
# create qemu disk
mkdir -p $(dirname $hdd)
qemu-img create -f qcow2 $hdd 4G
qemu-img create -f qcow2 $hdd 64G

#
# run qemu disk with iso installer
Expand Down
2 changes: 1 addition & 1 deletion generate/netbsd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ then
#
# create qemu disk
mkdir -p $(dirname $hdd)
qemu-img create -f qcow2 $hdd 4G
qemu-img create -f qcow2 $hdd 64G

#
# run qemu disk with iso installer
Expand Down

0 comments on commit 861d1eb

Please sign in to comment.