Update create.sh
This commit is contained in:
parent
0cf2d036ad
commit
8bb376542a
1 changed files with 1 additions and 0 deletions
|
|
@ -124,6 +124,7 @@ DISKTYPE=$(pvesm status | awk -v storage="$STORAGE" 'NR>1 && $1 == storage {prin
|
||||||
case $OSKEUZE in
|
case $OSKEUZE in
|
||||||
1|2|3|4) # Debian en Ubuntu
|
1|2|3|4) # 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,zabbix-agent -a /tmp/"$IMAGE_NAME"
|
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,zabbix-agent -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"
|
virt-customize --run-command "systemctl enable --now qemu-guest-agent" -a /tmp/"$IMAGE_NAME"
|
||||||
|
|
||||||
case $SSH_KEYS_PATH in
|
case $SSH_KEYS_PATH in
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue