./build.sh
(
name=debian12
cp output-debian12/packer-debian12 ~/$name.qcow2
virt-install \
--boot loader=/usr/share/edk2/ovmf/OVMF_CODE.fd \
--connect qemu:///system \
--disk ~/$name.qcow2 \
--import \
--memory 2048 \
--name $name \
--network bridge:virbr0 \
--os-variant debian12 \
--vcpus 2 \
;
)
-
Notifications
You must be signed in to change notification settings - Fork 0
whslabs/packer-debian12
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published