Skip to content

Commit

Permalink
generate/all: call qemu-kvm on one line
Browse files Browse the repository at this point in the history
  • Loading branch information
nektro committed Aug 10, 2022
1 parent 592e1d8 commit a46a0e9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 25 deletions.
8 changes: 1 addition & 7 deletions generate/alpine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,7 @@ then

#
# run qemu disk with iso installer
qemu-kvm \
-m 2048 \
-hda $hdd \
-boot d \
-cdrom iso/$iso \
-net nic -net user \
-nographic \
qemu-kvm -m 2048 -hda $hdd -boot d -cdrom iso/$iso -net nic -net user -nographic

# TODO automate installer
fi
7 changes: 1 addition & 6 deletions generate/debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,7 @@ then

#
# run qemu disk with iso installer
qemu-kvm \
-m 2048 \
-hda $hdd \
-boot d \
-cdrom iso/$iso \
-net nic -net user \
qemu-kvm -m 2048 -hda $hdd -boot d -cdrom iso/$iso -net nic -net user

# TODO automate installer
fi
7 changes: 1 addition & 6 deletions generate/freebsd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,7 @@ then

#
# run qemu disk with iso installer
qemu-kvm \
-m 2048 \
-hda $hdd \
-boot d \
-cdrom iso/$iso \
-net nic -net user \
qemu-kvm -m 2048 -hda $hdd -boot d -cdrom iso/$iso -net nic -net user

# TODO automate installer
fi
7 changes: 1 addition & 6 deletions generate/netbsd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,7 @@ then

#
# run qemu disk with iso installer
qemu-kvm \
-m 2048 \
-hda $hdd \
-boot d \
-cdrom iso/$iso \
-net nic -net user \
qemu-kvm -m 2048 -hda $hdd -boot d -cdrom iso/$iso -net nic -net user

# TODO automate installer
fi

0 comments on commit a46a0e9

Please sign in to comment.