Minor fixes and improvements.

This commit is contained in:
Andreas B. Mundt 2024-02-02 19:29:27 +01:00
parent 202ca25466
commit 9590af9ba2
3 changed files with 115 additions and 113 deletions

View file

@ -53,6 +53,7 @@
- shellcheck
- sigrok
- sigrok-cli
- texlive-latex-recommended
- tmux
- tree
- ttf-mscorefonts-installer

View file

@ -54,6 +54,7 @@ http_proxy='' XDG_CONFIG_HOME="/tmp/${UID}/.config" \
--name "$img" \
--osinfo debiantesting \
--nodisks --import --noreboot --transient \
--controller type=scsi,model=virtio-scsi \
--install kernel="$kernel",initrd="$initrd",kernel_args="${kargs[*]}" \
--network "type=$type" "${arg[@]}"