Update create.sh
This commit is contained in:
parent
204fabb900
commit
ca97907f9d
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ DISKTYPE=$(pvesm status | awk -v storage="$STORAGE" 'NR>1 && $1 == storage {prin
|
|||
|
||||
# Pas de image aan
|
||||
case $OSKEUZE in
|
||||
1|2|3|4) # Debian en Ubuntu
|
||||
1|2|3) # Debian en Ubuntu
|
||||
virt-customize --install qemu-guest-agent,htop,curl,avahi-daemon,console-setup,cron,cifs-utils,mtr,bash-completion,bind9-utils,lsof,mc,mlocate,screen,sysstat,tmux,wget -a /tmp/"$IMAGE_NAME"
|
||||
virt-customize --run-command "apt install qemu-guest-agent -y" -a /tmp/"$IMAGE_NAME"
|
||||
virt-customize --run-command "systemctl enable --now qemu-guest-agent" -a /tmp/"$IMAGE_NAME"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue